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 Mindset, 04-21-2026, 06:46 AM
|
0 responses
57 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
78 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
39 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
101 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
61 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment