I read the explanation on Historical. When the statement If (Historical) return(); is inserted into a strategy, it obviously does nothing while in backtesting. This means I have to maintain two strategy, and each update I have to ensure both are updated. It is not hard but is an annoying extra step. Is there a way to detect that a strategy is on Backtest hence use historical data, while on going live it will not run strategy on Historical portion of data.
Thanks.
Regards.
EdwardK.

Comment