With Calculate on bar close = false
i had deals entering before the bar had closed, and my strategy calls for the end of the 5min bar to be outside the range. It entered as soon as it ticked outside the range.
With it set to True it waited for the bar to close then went back in time and entered a Short Trade at the high of the bar and closed it out at the close. Until the next trade when it went hey lets enter whenever.
Is this typical of Market Replay? Thus far it seems to be a different system to NinjaTrader backtest.
Any general tips? Or strategies need t be rewritten from scratch to run in replay?
Willthis be the same for Live, or is there a 3rd process to learn?
Cheers


It looks like you will have to code to count your own barsSinceEntry.
Comment