Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy Wizard Question NT 7
Collapse
X
-
Strategy Wizard Question NT 7
Not sure how an additional condition is written in the Wizard. My initial (Set 1) condition works fine. I added a second condition in Set 2, however, the strategy isn't including the second condition. When including additional conditions, I presume the section below is left blank because the initial condition (Set 1) has the Buy/Sell trigger. Is there a video or example somewhere showing how to properly add additional conditions? Thanks.
Tags: None
-
Hi JerryA, thanks for your post.
I do know know of a video that shows multiple conditions specifically, but the sets represent groups of conditions so your code will look like this with 2 sets:
if(<condition set 2>)
{
]
if(<condition set 2>)
{
}
This can be seen if you click "View Code" from the builder. The sets will run contiguously, one after the other.
Kind regards.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
164 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
85 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
126 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
207 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
185 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment