Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy help
Collapse
X
-
Hello snotrag12,
You may do this my manually checking the Close of the current bar with each bar manually, or you may use the MIN() method to be able to find the lowest value over a given period to be able to do this as well.
Here is a link to our Help Guide that goes over the MIN method that you may view.
JCNinjaTrader Customer Service
-
Hello snotrag12,
Thanks for the screenshot.
This is because the second part of your statement on Condition 4 is invalid. You are reference the Stochastics K value and then placing a comma. If you would like to find the high value of the Stochastic you would replace the "High" with the Stochastic K.
Example:
Code:if(Stochastics(7,14,3).K [0] < 75 && MAX(Stochastics(7,14,3).K,10)[0] > 80)
JCNinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
652 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
370 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
109 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
574 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
577 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment