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 NullPointStrategies, Yesterday, 05:17 AM
|
0 responses
81 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
149 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
79 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
52 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
59 views
0 likes
|
Last Post
|

Comment