I am having a problem with adding a 2nd Instrument to my strategy. If I add the following code into Initialise() in my strategy, it stops working completely , the backtest just returns immediately.
// Add Second Symbol
Add("CL 06-10", BarsPeriod.Id, BarsPeriod.Value);
If I comment out the line of code above the backtest works fine again.
Any ideas what is going on here?
thanks
Lloyd

Comment