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 CarlTrading, 03-31-2026, 09:41 PM
|
1 response
81 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
42 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
64 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
68 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
55 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment