Dates problems with tester in release 217 ?

 

Hi,


I have a strategy to backtest based on the last trading day. It means that I just needs the previous bar. I launch the tester and it starts to trade after 6 months whereas I know lots of trade should have occured before. It's like if this release includes a sort of minimum bars needed. Like if the code I had put something like

if(Bars<200 || IsTradeAllowed()==false) return;

in the start function (not the case).


Does someone know how to do in that case ?


Thanks by advance,



Jeff

Reason: