I'm trying to add additional instrument to the Strategy Analyzer.
I tried to add the following line to the strategy code but nothing happened:
protected override void Initialize()
{
Add(Instrument2, BarsPeriod.Id, BarsPeriod.Value);
}
Tx in advance

Comment