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

IB Data and Bid Ask..

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

    IB Data and Bid Ask..

    IB data is sent out in packets.. I guess they aggregate all the Bid Ask and Last data somehow and put one timestamp on it but I've never been clear on what they do... I'd like to match up trades with whether they went off at the bid or the ask, is that possible with IB data?

    Max

    #2
    Not quite sure how you would propose such a check. You could for sure check the timestamps of the bid/ask data coming in, but I am not sure how you would go about checking that against your trades.

    To check time for bid/ask you would do so in OnMarketData().
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      I'm looking at the data as exported, it seems to have such coarse time stamps, I'm not sure if it's doable... maybe I don't know what I'm doing here also... I'm pretty sure that it's going to take a different data source that sends things out as they occur.. then the OnMarketData method would be better served...

      Comment


        #4
        Bid Ask

        IB send info out in packets - sounds like what you require is a stream eg ZenFire

        Comment


          #5
          Yes, it's going to take a "real" data feed. I dug down into data feeds a little more, if one wants exchange timestamps one has to specifically find out if their data feed supplies those... most put their own timestamps on it.. it gets pretty pricey before we get a "real" data feed, typically...

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Mindset, 05-06-2023, 09:03 PM
          10 responses
          262 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by michi08, 10-05-2018, 09:31 AM
          5 responses
          741 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by The_Sec, Today, 02:29 PM
          0 responses
          2 views
          0 likes
          Last Post The_Sec
          by The_Sec
           
          Started by tsantospinto, 04-12-2024, 07:04 PM
          4 responses
          62 views
          0 likes
          Last Post aligator  
          Started by sightcareclickhere, Today, 01:55 PM
          0 responses
          1 view
          0 likes
          Last Post sightcareclickhere  
          Working...
          X