Tick Backwards In Strategy Tester?

 

Hello,

Is it possible to move the time backwards by some increment (eg tick, candle, etc.) in the Strategy Tester? Or to start the tester at a specific time of day?

Thanks.

 
  1. Off course. Open[], High[], Low[], and Close[] with [1] is one candle before [0] and [2] is one candle before [1].
  2. Not a specific time of day on a specific date
 
Unit01:


Or to start the tester at a specific time of day?


You could write into the code that the EA will only action after that specific time
Reason: