Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using an instrument from second connection

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Using an instrument from second connection

    Hi,

    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

    #2
    Sam, the symbol is added correctly, so you would not get any error when starting the strategy connected to Kinetick only?

    Thanks

    Comment


      #3
      Hi Bertrand,

      That's right - if I only connect to Kinitick I don't get this error: "Unable to subscribe to market data for instrument '^TICK': Instrument type not supported by this provider."

      But, I want to stay connected with both and do live trades on 1st Zen-Fire connection. If I connect first Kinitick and second Zen-Fire it seems working. But not sure how the live futures trades will be routed?

      Please note: the correct code is Add("^TICK",PeriodType.Minute, 5);

      Thanks.

      Sam

      Comment


        #4
        Hi sammano,

        If you connect to both Zen and Kinetick, and start the Strategy after that, you should not see the error, can you confirm?

        Can you clarify a bit on "But not sure how the live futures trades will be routed?" Your Zen based account will be available, as well as any SIM accounts, to which the orders will be routed.
        TimNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        55 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        142 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        160 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        96 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        276 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X