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 NullPointStrategies, Today, 05:17 AM
|
0 responses
20 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
119 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
63 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
41 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
45 views
0 likes
|
Last Post
|

Comment