Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by rocketman7, Today, 09:41 AM
    1 response
    2 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by traderqz, Today, 09:44 AM
    0 responses
    1 view
    0 likes
    Last Post traderqz  
    Started by rocketman7, Today, 02:12 AM
    7 responses
    31 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by guillembm, Yesterday, 11:25 AM
    3 responses
    16 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by junkone, 04-21-2024, 07:17 AM
    10 responses
    149 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X