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, 03-31-2026, 09:41 PM
    1 response
    80 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X