I have a question about time in Market Replay mode. My strategy has a condition that uses a pause between two checks. This pause is 10 seconds. In real-time mode, it works well. I use DateTime.Now, but when I try to use the strategy in Market Replay with increased speed, the pause remains 10 seconds (of course
). I can't use Time[0] because my strategy works in OnEachTick.Could you help me with Market Replay time conditions? What should I use to save the current time from the Market Replay chart? I need to save the current chart time, add 10 seconds (this will be the EndPauseTime), and compare the current chart time with EndPauseTime.
Thank you.

Comment