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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
238 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
152 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
163 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
246 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
199 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment