Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Order Change Success

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

    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.

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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by ghoul, Today, 06:02 PM
    3 responses
    14 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by jeronymite, 04-12-2024, 04:26 PM
    3 responses
    44 views
    0 likes
    Last Post jeronymite  
    Started by Barry Milan, Yesterday, 10:35 PM
    7 responses
    20 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by AttiM, 02-14-2024, 05:20 PM
    10 responses
    180 views
    0 likes
    Last Post jeronymite  
    Started by DanielSanMartin, Yesterday, 02:37 PM
    2 responses
    13 views
    0 likes
    Last Post DanielSanMartin  
    Working...
    X