Hi David,
for some reason, the amount of possible variations and the amount that are actually processed are way off.
Example, I have a strategy i wrote that uses multiples of ATR to set a stop and take profit. In the optimizer, i declare to set the values from 1 to 8 with a step of 1
The optimizer correctly states it will take 64 cycles. But setting the # of cycles makes no difference, as the optimizer stops at 16. It goes through each setting one time instead of
1/1 2/1 …. 8/1
1/2 2/2 … 8/2
…
1/8 2/8 … 8/8
Please login or Register to submit your answer