Thank you.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Long and Short order?
Collapse
X
-
Long and Short order?
I would like to code a strategy, if a condition is met, then set a stoplong order and a stopshort oder. Where price gets first, I like the execution.
Thank you.Tags: None
-
Hello Ironman9973,
Thank you for your post.
You can set this up using the Unmanaged Order submission approach, the SubmitOrder methods will let you use an OCO tag. For your task you will need to provide the OCO cancel logic in your code yourself so you can monitor price for your cancellation condition and then send the CancelOrder() for part of the bracket order.
For information on the Unmanaged Approach please visit the following link: http://www.ninjatrader.com/support/h...d_approach.htm
Please let me know if I may be of further assistance.
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
647 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
368 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
108 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
571 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
573 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment