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 sjsj2732, Yesterday, 04:31 AM
                0 responses
                33 views
                0 likes
                Last Post sjsj2732  
                Started by NullPointStrategies, 03-13-2026, 05:17 AM
                0 responses
                286 views
                0 likes
                Last Post NullPointStrategies  
                Started by argusthome, 03-08-2026, 10:06 AM
                0 responses
                284 views
                0 likes
                Last Post argusthome  
                Started by NabilKhattabi, 03-06-2026, 11:18 AM
                0 responses
                133 views
                1 like
                Last Post NabilKhattabi  
                Started by Deep42, 03-06-2026, 12:28 AM
                0 responses
                91 views
                0 likes
                Last Post Deep42
                by Deep42
                 
                Working...
                X