"strategy has called the Add() method with an invalid instrument. Either '^ZB' does not exist in the Instrument Manager or the specified exchange has not been configured."
Under instrument manager it shows as @US for kinetick data provider.
It works just fine adding to a chart, but when I add it here neither one works!
Add("^ZB", PeriodType.Minute, 1);
or
Add("ZB", PeriodType.Minute, 1);

Comment