Add("EURUSD",PeriodType.Tick,1,MarketDataType.Bid);
Add("EURUSD",PeriodType.Tick,1,MarketDataType.Ask);
http://www.ninjatrader.com/support/h...sterinstrument.
The docs for MasterInstrument say that MasterInstrument.Name should not be calling in Initialize(). Is there another method or property that can supply the Instrument name of the main chart within Initialize()?

Comment