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.

    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.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by argusthome, 03-08-2026, 10:06 AM
              0 responses
              77 views
              0 likes
              Last Post argusthome  
              Started by NabilKhattabi, 03-06-2026, 11:18 AM
              0 responses
              45 views
              0 likes
              Last Post NabilKhattabi  
              Started by Deep42, 03-06-2026, 12:28 AM
              0 responses
              27 views
              0 likes
              Last Post Deep42
              by Deep42
               
              Started by TheRealMorford, 03-05-2026, 06:15 PM
              0 responses
              32 views
              0 likes
              Last Post TheRealMorford  
              Started by Mindset, 02-28-2026, 06:16 AM
              0 responses
              63 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Working...
              X