Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT Continuum VS Interactive Brokers Feed

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

    NT Continuum VS Interactive Brokers Feed

    On NT Continuum I load up a strategy (see below code) with the following:
    • MES 15 seconds and 90 days to load
    The strategy takes a little to load but I do get 90 days of prints

    On Interactive Brokers I load the same:
    • MES 15 seconds and 90 days to load
    The strategy takes a little to load but I get one print out (I'm guessing it's current bars only)


    Is this a limitation with IB. Unless I'm reading it wrong the following doc says it should work. https://ninjatrader.com/support/help...y_provider.htm

    Any ideas?


    protected override void OnBarUpdate()
    {
    Print (Time[0]+" VWAP: ");
    }



    #2
    Hello bc24fl,

    Thanks for your post.

    Correct, this is a limitation involving Interactive Brokers connections with NinjaTrader.

    Second bars are tick based and Interactive Brokers connections do not offer historical tick data through NinjaTrader. If you connect to both, you could set NinjaTrader Continuum to be the preferred data source for futures and all futures data will be requested through NinjaTrader Continuum as opposed to Interactive Brokers. Another option would be to consider using a dedicated Market Data Provider service, like Kinetick.

    Setting preferred connections - https://ninjatrader.com/support/help...ataConnections

    We look forward to assisting.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X