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
    BertrandNinjaTrader Customer Service

    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 bortz, 11-06-2023, 08:04 AM
        47 responses
        1,606 views
        0 likes
        Last Post aligator  
        Started by jaybedreamin, Today, 05:56 PM
        0 responses
        9 views
        0 likes
        Last Post jaybedreamin  
        Started by DJ888, 04-16-2024, 06:09 PM
        6 responses
        19 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by Jon17, Today, 04:33 PM
        0 responses
        6 views
        0 likes
        Last Post Jon17
        by Jon17
         
        Started by Javierw.ok, Today, 04:12 PM
        0 responses
        15 views
        0 likes
        Last Post Javierw.ok  
        Working...
        X