How can I place a Long and Short Stop Limit at the same time without having to make a strategy? I read somewhere about Unmanaged Approach, is this something I have to install and it will enable me to place 2 opposite orders at once?
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Long and Short Stop Limit
Collapse
X
-
Long and Short Stop Limit
Good Evening,
How can I place a Long and Short Stop Limit at the same time without having to make a strategy? I read somewhere about Unmanaged Approach, is this something I have to install and it will enable me to place 2 opposite orders at once?Tags: None
-
Hello boomm,
Thank you for your post.
It would be necessary to code a strategy to submit orders. You could also code an indicator using the AddOn approach to send orders through an account object to submit orders.
The Unmanaged Approach is not something you can download, it is a different type of approach you can code your strategy in. With a NinjaScript strategy, the Unmanaged Approach would need to be used to submit a buy and sell limit order at the same time.
Unmanaged Approach - https://ninjatrader.com/support/help...d_approach.htm
Please see the forum post below for an example script:
If you have any further questions, please let me know.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CaptainJack, 05-29-2026, 05:09 AM
|
0 responses
287 views
0 likes
|
Last Post
by CaptainJack
05-29-2026, 05:09 AM
|
||
|
Started by CaptainJack, 05-29-2026, 12:02 AM
|
0 responses
180 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
178 views
1 like
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
263 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
216 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|

Comment