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 NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    86 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    151 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    79 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    53 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    60 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X