Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Does MarketData works with IB?

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

    Does MarketData works with IB?

    I am uisng IB as my broker. I am wondering if MarketData works with IB because it said it does not work with some brokers on Ninjatrader's documentation.

    Another question is that I set the OnBarClose to true. And I also want to find a way to control my trade by not waiting until a bar finishes. Can I use OnMarketData instead?

    #2
    Not sure which article you were reading. Please clarify.

    If you set CalculateOnBarClose = true you will have to wait till the bar closes to process your logic if you are using OnBarUpdate(). OnMarketData() will allow you to process the ticks even with a true setting.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks Josh! For the first question, I am referring to MarketDataEventArgs and at the end of this documentation, it says Tips 1. Not all connectivity providers support all MarketDataTypes.

      Thanks for the 2nd question about OnMarketData(). Just want to confirm. Does this function will be triggered when there is a new trade accomplished? Then what does a tick mean? A new price change or new update on bid or ask?
      Last edited by atrader; 09-29-2009, 01:59 PM.

      Comment


        #4
        1. Right. That simply means you may not receive something like MarketDataType.DailyHigh come in for some connectivity providers. For what you are trying to do you should just be using Bid/Ask/Last types and you will receive those for IB.

        2. It triggers whenever the ladder moves and not ONLY when there is a new trade. It is L1 data. Whenever L1 bid/ask moves you will receive those Bid/Ask types. When the last or last trade occurs, you receive the Last type.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Thanks Josh! It is very helpful!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          648 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          573 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X