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 Mindset, 04-21-2026, 06:46 AM
              0 responses
              102 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by M4ndoo, 04-20-2026, 05:21 PM
              0 responses
              144 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by M4ndoo, 04-19-2026, 05:54 PM
              0 responses
              71 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by cmoran13, 04-16-2026, 01:02 PM
              0 responses
              125 views
              0 likes
              Last Post cmoran13  
              Started by PaulMohn, 04-10-2026, 11:11 AM
              0 responses
              79 views
              0 likes
              Last Post PaulMohn  
              Working...
              X