Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Historical Bid/Ask Data

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

    #31
    Hello Surf714,

    Thanks for your reply.

    Please write into platformsupport[at]ninjatrader[dot]com with a link to this forum topic so I can schedule a call with you to verify if this is a data issue or a coding issue.
    BrandonNinjaTrader Customer Service

    Comment


      #32
      Hi,

      As far as I am aware, it is still not possible to correctly back-fill Ninja indicators with historical bid/ask data - regardless of whether your data provider provides the data.

      This is due to:

      1. the way in which Ninja stores bid/ask data as a separate DataSeries for each, which are referenced by .Bid and .Ask - e.g:
      Add(this.Instrument.FullName,PeriodType.Tick,1,Mar ketDataType.Bid);
      Add(this.Instrument.FullName,PeriodType.Tick,1,Mar ketDataType.Ask);

      and

      2. the level of granularity of the timestamp, presently 1 second, which means you can't synchronise the correct .Bid or .Ask data with a historical tick from .Last.

      The only workaround at present is a custom development, whereby you write an indicator to save the bid/ask data, together with the last trade data, to disk in real-time and then load this data file at a later date to back-fill your charts.

      Check out the GOMI indicators on bigmiketrading.com for a download that does this...

      Comment


        #33
        @pbmi66.... Thank you for the info.

        I wonder if in future version of NT, they would address this issue and find a solution for this challenge...

        Comment


          #34
          Originally posted by pbmi66 View Post
          ...
          Check out the GOMI indicators on bigmiketrading.com for a download that does this...
          And the BaBAR download on BMT if you have IQFeed.

          Comment


            #35
            I know the last post on this thread is a couple of months old, but does anyone know if the problems with recording & accessing bid/ask depth (the problems discussed in this thread) will be resolved in NT8 since the database now has millisecond granularity? Will we still need BaBAR or GomRecorder?
            Thanks,
            Drew

            Comment


              #36
              Hello Drmayer,

              Thanks for your post.

              At this time in NinjaTrader 8 beta, Tick Replay fixes this issue in the context of historical bid/ask data. This does not cover L2 however.
              BrandonNinjaTrader Customer Service

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by benmarkal, Yesterday, 12:52 PM
              3 responses
              22 views
              0 likes
              Last Post NinjaTrader_Gaby  
              Started by helpwanted, Today, 03:06 AM
              1 response
              16 views
              0 likes
              Last Post sarafuenonly123  
              Started by Brevo, Today, 01:45 AM
              0 responses
              11 views
              0 likes
              Last Post Brevo
              by Brevo
               
              Started by aussugardefender, Today, 01:07 AM
              0 responses
              6 views
              0 likes
              Last Post aussugardefender  
              Started by pvincent, 06-23-2022, 12:53 PM
              14 responses
              244 views
              0 likes
              Last Post Nyman
              by Nyman
               
              Working...
              X