Add("ES 03-10",PeriodType.Tick, 1); //ZenFire
Add("ES 03-10",PeriodType.Volume, 3350); //ZenFire
Add("DIA arca", PeriodType.Tick, 200); //an equity from IQ
Everything was fine until I added the DIA instument. Now I often get errors like: "Error on loading chart data for 'ES 03-10 Globex': !ERROR! Invalid Symbol", when starting my strategy.
Another error is: "Unable to subscribe to 'DIA': Instrument not supported by this provider"
When connecting to data sources I connect to ZenFire(Mirus) then IQ.
I removed IQ from ES in the Instrument manager. Also DIA only has IQ listed in the Instrument manager. My IQ account has no futures permissions.
I Reset Instruments under Options->Misc, made no difference.
When I get the above error I exit the strategy & restart it. Usually works, but sometimes I have to exit Ninja & start up again.
Any ideas?

Comment