I understand that there are overhead when run simulation but onTick() is the same function it should take same time to complete unless there are something cause it to cost more time when run in simulation if that the case any idea what causing it.
P
Latest posts made by ps21
-
RE: Slower onTick() process time when on Backtestposted in Questions & Answers
-
Slower onTick() process time when on Backtestposted in Questions & Answers
Hi,
I'm very new to Fxdreema. I put code to track process time by put GetTickCount(); function at beginning of onTick() and calculate difference at the end of onTick() function. I notice very slow process time on backtest around 2,500 ms but when testing in real situation in run fine at about 150 ms.
Any idea why?
Thanks a lot in advance