I am looking for coding sample to set multiple profit targets and stops for a strategy (example 3 target/stops for an entry with 3 contracts). Also when I try to enable a strategy (which complied clean) it is getting disabled immediately, need advise on this issue. Thanks.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Strategy help for Multiple Profts-Stops. Unable to enable a Strategy-Need help.
Collapse
X
-
Strategy help for Multiple Profts-Stops. Unable to enable a Strategy-Need help.
Hi,
I am looking for coding sample to set multiple profit targets and stops for a strategy (example 3 target/stops for an entry with 3 contracts). Also when I try to enable a strategy (which complied clean) it is getting disabled immediately, need advise on this issue. Thanks.Tags: None
-
Hello Kuvala,
Thanks for your post.
You would need to create 3 entry orders each using a different "signal name", you can then tie each separate entry to a particular stop/profit target through the connection with the entry signal name.
While a script may compile cleanly the compilation process cannot account for real-time variables and run-time conditions. If a strategy becomes disabled, it has encountered a run-time error. Please check the "log" tab of the control center for error messages that would relate to the strategy.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by kinfxhk, 07-14-2026, 09:39 AM
|
0 responses
12 views
0 likes
|
Last Post
by kinfxhk
07-14-2026, 09:39 AM
|
||
|
Started by kinfxhk, 07-13-2026, 10:18 AM
|
0 responses
59 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 10:18 AM
|
||
|
Started by kinfxhk, 07-13-2026, 09:50 AM
|
0 responses
41 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 09:50 AM
|
||
|
Started by kinfxhk, 07-13-2026, 07:21 AM
|
0 responses
47 views
0 likes
|
Last Post
by kinfxhk
07-13-2026, 07:21 AM
|
||
|
Started by kinfxhk, 07-11-2026, 02:11 AM
|
0 responses
38 views
0 likes
|
Last Post
by kinfxhk
07-11-2026, 02:11 AM
|

Comment