I'm trying to backtest a simple moving average strategy.
The input to the MA is 60m bars BUT I want to calculate on time sample smaller then the 60min.
I want that the value of the MA will change like in real-time with CalculateOnBarClose=false so every 1min the MA value will be change as the close of the 1 minute bar change.
Is there a simple solution for this?
TX in advance!
p.s. I can think on a complicated solution but maybe one of you has a better solution.

Comment