Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Counter when Bar Creates new High
Collapse
X
-
of course it exceeds + 10% of the minimum .. the difficulty is that I cannot find the maximum with a minimum of 4 bars .. some example ewo> 0Originally posted by NinjaTrader_PaulH View Post
-
sorry I'm having problems with the internetLast edited by TraderElegante; 10-25-2021, 06:33 AM.
Comment
-
Hello TraderElegante,
Thanks for your reply.
To find the maximum value you might look at using the MAX() method where you specify a look back number of bars to check and it will return the maximum value found in that lookback period.
Reference:
Alternatively (or in addition) you might look at HighestBar() method that will return the number of bars ago the high occurred in the lookback period
Reference https://ninjatrader.com/support/help...highestbar.htm
Comment
-
with the MAX() method I tried but it looks for the maximum in the graph .. the other method I will see if I getOriginally posted by NinjaTrader_PaulH View PostHello TraderElegante,
Thanks for your reply.
To find the maximum value you might look at using the MAX() method where you specify a look back number of bars to check and it will return the maximum value found in that lookback period.
Reference:
https://ninjatrader.com/support/help...aximum_max.htm
Alternatively (or in addition) you might look at HighestBar() method that will return the number of bars ago the high occurred in the lookback period
Reference https://ninjatrader.com/support/help...highestbar.htm
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
577 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
334 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment