Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Finding Low or High
Collapse
X
-
Finding Low or High
Is there a function that will gather the last x bars and pick out the lowest low or highest high? This sounds like a very useful method, but I can't seem to find if this exists.Tags: None
-
-
Hello alphatango,Originally posted by alphatango View PostIs there a function that will gather the last x bars and pick out the lowest low or highest high? This sounds like a very useful method, but I can't seem to find if this exists.
Thank you for your note.
As Zigfried mentioned, there are functions for HighestBar() and LowestBar() that will return the number of bars ago when the highest/lowest value occurred for a designated lookback period:
Otherwise, if you are looking to return the actual price value rather than the number of bars ago when it occurred, you could consider using the MIN() or MAX() indicator methods:
Please let us know if we may be of further assistance.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
172 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
88 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 12:02 AM
|
||
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
129 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
208 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment