But I can't figure out how to establish if a change has completed successfully without storing state info separately, which is really ugly coding.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Order Change Success
Collapse
X
-
Order Change Success
What's the best way to determine if an Order Change has completed successfully? There are OrderStates for ChangeSubmitted and ChangePending but not ChangeSucceeded. Clearly the Order goes back to the Working / Accepted State when a change has succeeded.
But I can't figure out how to establish if a change has completed successfully without storing state info separately, which is really ugly coding.Tags: None
-
Hello ReachF
When you submit the change order request I would suggest setting a bool changeSubmitted = true. Then within OnOrderUpdate you could check that this bool is true, the order name is the order of interest, and that the order.OrderState == OrderState.Accepted or order.OrderState == OrderState.Working.
Please let us know if you need further assistance.Alan P.NinjaTrader Customer Service
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 03-31-2026, 09:41 PM
|
1 response
84 views
1 like
|
Last Post
|
||
|
Started by CarlTrading, 04-01-2026, 02:41 AM
|
0 responses
47 views
0 likes
|
Last Post
by CarlTrading
04-01-2026, 02:41 AM
|
||
|
Started by CaptainJack, 03-31-2026, 11:44 PM
|
0 responses
66 views
2 likes
|
Last Post
by CaptainJack
03-31-2026, 11:44 PM
|
||
|
Started by CarlTrading, 03-30-2026, 11:51 AM
|
0 responses
69 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:51 AM
|
||
|
Started by CarlTrading, 03-30-2026, 11:48 AM
|
0 responses
58 views
0 likes
|
Last Post
by CarlTrading
03-30-2026, 11:48 AM
|

Comment