Originally Posted by AndrewAMD
In this case, the ticks being supplied are minutely T6 ticks. So every tick is being evaluated. You can change the History variable to load a T1 tick file instead. The Zorro website has some sample tick-by-tick data for EUR/USD that you can extract into the History folder.

History string variable:
https://zorro-project.com/manual/en/script.htm
Originally Posted by bot
There is no logic on TICK.
There is no user-supplied logic in particular. Nonetheless, Zorro is still checking for stop losses and take profit on every tick, so there is tick logic.


The benchmark is not based TICK, bar period is not even a minute, but an hour.

The benchmark as is runs on 60 minute BarPeriod. When I change to 1 minute BarPeriod, time goes up to 15.205 sec. Which is not close to 2 seconds.