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 CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
163 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
82 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
125 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
206 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
184 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment