Hi
I am using the historical tester on a strategy which submit orders valid for 1 minute but when I look into the log of the historical tester, I see orders filled 4,15 or even 25 minutes after the order was submitted by the strategy.
I' using tick data.
thanks for your help.
EDIT:
I'm using :
long goodTillTime = System.currentTimeMillis() + 60000;
so obvioulsy I should use the historical tester time to set my goodtilltime value. How can i get the time of the historical tester?
thanks