Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi time frame Min of last 20 bars

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

    Multi time frame Min of last 20 bars

    Hello,

    I'm using a multi time frame and want to find the MIN of the last 20 bars starting from 10 bars back. I have tried the below but this is obviously not correct, can anyone give me the correct syntax please?

    minn15 = MIN(Close(BarsArray[1],20)[10]));

    I get the error Close is a property but is used like a method

    Thanks.

    #2
    Try: MIN(Closes[1], 20)[10]
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks Josh

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      648 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      369 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      108 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      572 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      573 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X