At the moment
- my strategy is set with Calculate to OnEachTick
- adds a 1-tick data series and places its orders onto that 1-tick bar series to get intra bar fills
- In the strategy analyzer, I'm enabling Tick Replay
- In the strategy analyzer, I'm enabling Include Commissions
- In the strategy analyzer, I'm using a slippage of 2
Now the strategy I'm testing is just a simple scalping strategy on NQ. It uses tight stops and targets like 10 ticks max
Because of the tight stops and targets, I would like to get the most accurate order fills possible to get the best backtesting results
However on this page NinjaTrader states
I looked at order fill resolution, but that seems to be doing more or less the same by just adding an extra data series which it uses to place the orders on
So that doesn't seem to add anything, does it? And besides that, it does not support strategies that use calculate OnEachTick
So I hope NinjaTrader can shed some light on this, what would be the most reliable way for us to get the most accurate order fills for
strategies which use Calculate to OnEachTick and need to place intra-bar orders.
I can understand that it will never be 100% accurate, but it would help to know what is the most accurate method possible
regards
Erwin
Comment