Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Finding the high of last 25 bars

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

    Finding the high of last 25 bars

    Hello,
    Is there is to write a code that helps me to identify the lowest level of price out of the last 25 bars traded? I looked at the manual and one of the code that I found was High[25] but that seems to give me the low of the bar 25 bars ago not the lowest level of price thorough out the last 25 bars. Is there a way to find out such lowest level level of price over a number of bars?

    Greatly appreciate your help in advance.

    #2
    Originally posted by pandyav View Post
    Hello,
    Is there is to write a code that helps me to identify the lowest level of price out of the last 25 bars traded? I looked at the manual and one of the code that I found was High[25] but that seems to give me the low of the bar 25 bars ago not the lowest level of price thorough out the last 25 bars. Is there a way to find out such lowest level level of price over a number of bars?

    Greatly appreciate your help in advance.
    MIN() and MAX(), or HighestBar() and LowestBar().

    They are all described in the NT Help. Take a look at the alphabetical reference.

    ref: http://www.ninjatrader.com/support/h..._reference.htm
    Last edited by koganam; 09-24-2014, 05:57 PM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    69 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    42 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