Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
OnOrderUpdate
Collapse
X
-
OnOrderUpdate
Hi again. How can we get current order list with actual statuses in OnOrderUpdate()? -
Thanks for the post, there's unfortunately no generic order collection access - however you can check for the orderstatuses of your strategy issued IOrders - http://www.ninjatrader.com/support/h...nt7/iorder.htm
If you work with the Set methods that don't offer an IOrder return, capture their token first as it passes OnOrderUpdate() - http://www.ninjatrader.com/support/f...ead.php?t=5790
-
Put each order by ID into an ArrayList when you issue it. When you want to query that list, first remove any orders that are null, the use foreach to loop through the ArrayList and query the status of each order.Originally posted by kuranushka View PostHi again. How can we get current order list with actual statuses in OnOrderUpdate()?
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
85 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
48 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
67 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment