Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

NT7 & Historical Bid/Ask data

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

    NT7 & Historical Bid/Ask data

    Hi,

    I understand that with NT7 historical Bid/Ask data will be stored.

    How will this data be accessed within an indicator?

    Will there need to be distinctions made within and indicator between Live and historical data or will NT7 look after this seamlessly?

    Thanks

    #2
    Its just another series.

    You would add another series in Initialize() like:

    Add("ES 09-09", PeriodType.Minute, 1, MarketDataType.Ask);

    and then you would access this series just like you do multi-series strategiees in NT6.5.
    RayNinjaTrader Customer Service

    Comment


      #3
      Ray,

      Thankyou for the answer. I may not have phrased my question clearly.

      Will what you suggest allow for the historical recreation of say a Time & Sales stream or to populate a Footprint style Bid/Ask chart historically?

      Thanks

      Comment


        #4
        Originally posted by rt-trader View Post
        Ray,

        Thankyou for the answer. I may not have phrased my question clearly.

        Will what you suggest allow for the historical recreation of say a Time & Sales stream or to populate a Footprint style Bid/Ask chart historically?

        Thanks
        The following:

        Add("ES 09-09", PeriodType.Tick, 1, MarketDataType.Ask);

        would provide of course a 1 tick series of ask prices. This will not be a "market replay". I am personally not familiar with foot print style bid/ask chart so I can't answer yay or nay. There will not be a direct correlation of what the bid/ask price was on each tick if that is what you are looking for. You would have to self calculate this.
        RayNinjaTrader Customer Service

        Comment


          #5
          OK,

          Thanks Ray..

          Comment


            #6
            Self caculating bid and ask prices for ticks

            Footprint® style chart is a volume and delta ladder as shown on the Market Delta website.

            Would certainly appreciate if NT could post some sample code showing how to self calculate the bid and ask prices for each tick as referred to in previous post, thanks.

            Comment


              #7
              Ricam, sorry not sure I follow - Ray posted the sample Add() needed to add an ask series bars object to your custom strategy / indicator.

              You can then access and work with this series just as used from strategies in 6.5 (context via BarsInProgress or directly via BarsArray).

              Comment


                #8
                It is a problem with sequencing described here



                and here



                In fact that thread is about the same thing.

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                576 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                334 views
                1 like
                Last Post Geovanny Suaza  
                Started by Mindset, 02-09-2026, 11:44 AM
                0 responses
                101 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                0 responses
                553 views
                1 like
                Last Post Geovanny Suaza  
                Started by RFrosty, 01-28-2026, 06:49 PM
                0 responses
                551 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X