I have a question regarding performing backtests for strategies that utilize range charts. I've heard that Renko and HeikenAshi Bar strategies do not have accurate backtests unless the Playback feature is used or at least a 1 tick granularity entry method is used. I'm wondering if this also applies to backtests with Range Bars within the strategy analyzer. If I utilize OnBarClose() within the strategy analyzer on a backtest that is for a 60 Range Bar strategy will that backtest show results that are accurate to how the strategy actually performed during those years? Or does the same issue apply that takes place with Renko and HeikenAshi Bars?
Thank you very much for helping with this!

Comment