I have a strategy that operates NQ in 5 min bars with limit orders. This is a strategy that requires OnEachTick updates because it uses a volume filter that is updated on every tick.
I am trying to see if I can backtest this strategy with "Order fill resolution" = High (1 second). When I set everything, i received the following message:
I am not sure why this is the case because i am using a single-series (the NQ 5 min bar). Any idea why this is happening?
Thanks!


Comment