Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bars ago of highest price

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

    Bars ago of highest price

    Hi, thanks for reading..

    I have the following code which gives me the Highest High of the last 60 days before today: MAX(High, 60)[1]

    This gives me the price.

    I would also like to know how many days ago this price was.

    I know it must be simple, but I'm a bit lost.

    Thanks!

    #2
    Hello siroki,

    For this you can use HighestBar().


    Or create your own method to loop through the bars.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      I need to exclude the current bar, hence I use Max(High, 60)[1] so lookback one. I don't think this is possible with HighestBar?

      Comment


        #4
        Hello siroki,

        You are correct, this does not use a barsAgo offset. You would need to use a custom method like the HighestBarInRangeExample_NT8 I have provided you a link to.

        May I confirm you have reviewed the information I posted in post #2? Are you finding the HighestBarInRangeExample_NT8 is inadequate for an example?
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          My apologies for not reviewing the code example in post #2. It is indeed adequate for my requirements. Thank you!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          579 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
          554 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