In attempting to debug a strategy, on loading the strategy in a chart the strategy executes through the history of the entire chart stopping at the latest available bar. Is is possible to load a strategy in an historical chart (i.e. the chart window not at the latest bar) and progressively step through it? In the same fashion that an indicator can be loaded mid-chart, and with each OnBarUpdate, the indicator runs with the addition of one new bars info?
The ability to step through a strategy in this fashion would be invaluable for debugging.
Thanks & regards
Shannon

Comment