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 Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        558 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        324 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        545 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        547 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X