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 cmoran13, Yesterday, 01:02 PM
        0 responses
        27 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        18 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        160 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        95 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        148 views
        2 likes
        Last Post CaptainJack  
        Working...
        X