On the "run" dialog, the "age" field only works with integer multiples of days. If you type in 0.5, it shows 1, but when you run the trade query, it uses the 0.5. After that, it increments and decrements by 1 on the button (so 1.5, 2.5, 3.5, etc).
Ideally, the program will run 1 -> 0.75 -> 0.66 -> 0.5 -> 0.25 -> 0.125 - for starters at least!
On the "run" dialog, the "age" field only works with integer multiples of days. If you type in 0.5, it shows 1, but when you run the trade query, it uses the 0.5. After that, it increments and decrements by 1 on the button (so 1.5, 2.5, 3.5, etc).
Ideally, the program will run 1 -> 0.75 -> 0.66 -> 0.5 -> 0.25 -> 0.125 - for starters at least!