How do I Add an instrument that is only available from the 2nd provider to my strategy?
My first connection is Zen-Fire broker account and the 2nd connection is Kinitick.
protectedoverridevoid Initialize()
{
Add("^TICK");
CalculateOnBarClose = true;
}
When I run I get error “Instrument not supported by current provider”. (I can confirm that have live real-time data feed from Kinitick)
Thanks.
Sam

Comment