03-29-2018, 02:01 PM
(03-29-2018, 08:57 AM)0mathew0 Wrote: it shows that the resulting backtest values are out of my defined range:
e.g. for the neuralnet strat I defined:
price_buffer_len = 60:70,2
and it brings results like
price_buffer_len = 44
price_buffer_len = 6
price_buffer_len = 2
price_buffer_len = 8
price_buffer_len = 32
...
I noticed that in windows 10 too
Ops -- This is a a new (and stupid) bug with the range generator that must have snuck in for unknown reasons.
Will fix asap.