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 Option Whisperer, Today, 09:05 AM
          0 responses
          1 view
          0 likes
          Last Post Option Whisperer  
          Started by cre8able, Yesterday, 01:16 PM
          3 responses
          11 views
          0 likes
          Last Post cre8able  
          Started by Harry, 05-02-2018, 01:54 PM
          10 responses
          3,203 views
          0 likes
          Last Post tharton3  
          Started by ChartTourist, Today, 08:22 AM
          0 responses
          6 views
          0 likes
          Last Post ChartTourist  
          Started by LiamTwine, Today, 08:10 AM
          0 responses
          2 views
          0 likes
          Last Post LiamTwine  
          Working...
          X