Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnOrderUpdate

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    OnOrderUpdate

    Hi again. How can we get current order list with actual statuses in OnOrderUpdate()?

    #2
    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

    Comment


      #3
      Originally posted by kuranushka View Post
      Hi again. How can we get current order list with actual statuses in OnOrderUpdate()?
      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.

      Comment


        #4
        koganam

        Do you have any examples demonstrating this technique?

        Thanks

        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 argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        48 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        29 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        67 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X