I'm currently developing an strategy in NT7 that operates in the minute intrabar.
I know that the Strategy Analyzer ignores the condition CalculateOnBarClose = true, setting it to false.
I've solved part of the issue checking the conditions for the trade in (PeriodType.Minute, 1) and setting some values that if they get satisfied in (PeriodType.Tick, 1), then trades.
The problem is that some trades are done late or not done during the tests, because, the conditions and values for the trade happened seconds before the bar close.
For me is crucial to solve this isue in order to be able to test and optimize it properly. There is a way to solve it?
Thank you very much,

Comment