Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Highest bar from certain period

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

    Highest bar from certain period

    Hi,
    This is my first post on this forum and I'm relatively new so this might be a stupid question....
    I want to find the Highest bar in a certain period, say in the period from bar[5] to bar[20].
    How can I get this value in the best way. Because standard I get the Highest bar from "bars ago" (from the newest bar [0]) and that is not what I want.

    Thanks in advance.
    Anne

    #2
    Originally posted by trail View Post
    Hi,
    This is my first post on this forum and I'm relatively new so this might be a stupid question....
    I want to find the Highest bar in a certain period, say in the period from bar[5] to bar[20].
    How can I get this value in the best way. Because standard I get the Highest bar from "bars ago" (from the newest bar [0]) and that is not what I want.

    Thanks in advance.
    Anne
    Use the MAX() class. ref: http://www.ninjatrader.com/support/h...aximum_max.htm

    Comment


      #3
      Thanks for your quick answer, koganam. I will try to work it out with the MAX class.
      Should I use a BarsArray in it? (To be clear: I don't need bars of another timeframe.)
      I hoped there would be a more simple way to do this. (For instance, just like in MS Excel when using formula's you can specify the place in a string.)

      Comment


        #4
        The MAX class was usefull. This gave me the right answer:
        MAX(High,15)[5])

        Thanks again,
        Anne

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        68 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        41 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        24 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        27 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        54 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X