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 AaronKoRn, Today, 09:49 PM
          0 responses
          7 views
          0 likes
          Last Post AaronKoRn  
          Started by carnitron, Today, 08:42 PM
          0 responses
          9 views
          0 likes
          Last Post carnitron  
          Started by strategist007, Today, 07:51 PM
          0 responses
          10 views
          0 likes
          Last Post strategist007  
          Started by StockTrader88, 03-06-2021, 08:58 AM
          44 responses
          3,980 views
          3 likes
          Last Post jhudas88  
          Started by rbeckmann05, Today, 06:48 PM
          0 responses
          9 views
          0 likes
          Last Post rbeckmann05  
          Working...
          X