Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Lowest(Low,5) 1 bar back ?

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

    Lowest(Low,5) 1 bar back ?

    Hi all

    I know the function LowestBar(DataSeries,barsago) and it's a great function but my problem is that I would like to find the lowest low bar for the past 20 bars BUT 1 BAR AGO. Is there an elegant way to find that ?


    Many thanks

    Bernard

    #2
    Unfortunately I am not following you. What do you mean by "past 20 bars but 1 bar ago"? If you mean the value of the function on the previous bar, to get that you would have had to just run that calculation on the previous bar and saved its value for access on the current bar.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Josh

      I could do that but unfortunately the number of bars back is known only on the current bar

      Bernard

      Comment


        #4
        Create an IntSeries and store it for every bar?
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Try This:

          double value = Min(Low, 20)[1];
          RJay
          NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

          Comment


            #6
            Note: Min's give the actual values and not the bar numbers.
            Josh P.NinjaTrader Customer Service

            Comment


              #7
              Josh

              Thank you.
              I had to create my own for loop to get the data I need

              Thaks

              Bernard

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              607 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              353 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              105 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              560 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              561 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X