Is there a way to synthetically build bars of a higher timeframe to properly simulate CalculateOnBarClose = false in a backtest?
Given that running a strategy in backtest where CalculateOnBarClose is always equal to false can give very different results to running a strategy with CalculateOnBarClose = false. For example, if one was to run a strategy with 1 min bars as a lower timeframe with 60 min bars as a signally timeframe.
I’ve read the documentation on multi-time frame strategies and have worked with it for sometime; I understand the principle of look back in backtest and percent complete in real time. I’m wondering is there another method on simulate this in backtest.
Thanks and regards,
drolles

Comment