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 CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    65 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    36 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    199 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    365 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    283 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X