This is important to me because I am waiting for my stoploss order to be accepted first before I submit a profit target. So I need to get notified that order.OrderState == OrderState.Accepted
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Will order accepted always get received in OnOrderUpdate
Collapse
X
-
Will order accepted always get received in OnOrderUpdate
Is it ALWAYS the case that we will get notified through OnOrderUpdate that the order has been accepted? Or will it sometimes be the case that the order state goes straight to Working and we never get notified that this order was Accepted?
This is important to me because I am waiting for my stoploss order to be accepted first before I submit a profit target. So I need to get notified that order.OrderState == OrderState.AcceptedTags: None
-
Hello westofpluto,
Thanks for your post.
I would expect that the order would always reach a state of Accepted before it reaches the Working state. This is because the order would first need to be accepted by the brokerage before working on the exchange.
If you would like to see that the stop loss has reached a state of accepted before placing your profit target order, you should look for if the order.OrderState == OrderState.Accepted for the stop loss order.
See this help guide page for more information about order states: https://ninjatrader.com/support/help...efinitions.htm
And, see this help guide page for more information about OnOrderUpdate: https://ninjatrader.com/support/help...rderupdate.htm
Let us know if we may assist further.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
91 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
144 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
83 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
257 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
335 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment