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 r68cervera, Today, 05:29 AM
        0 responses
        1 view
        0 likes
        Last Post r68cervera  
        Started by geddyisodin, Today, 05:20 AM
        0 responses
        3 views
        0 likes
        Last Post geddyisodin  
        Started by JonesJoker, 04-22-2024, 12:23 PM
        6 responses
        33 views
        0 likes
        Last Post JonesJoker  
        Started by GussJ, 03-04-2020, 03:11 PM
        12 responses
        3,239 views
        0 likes
        Last Post Leafcutter  
        Started by AveryFlynn, Today, 04:57 AM
        0 responses
        6 views
        0 likes
        Last Post AveryFlynn  
        Working...
        X