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

Have you ever seen OnPositionUpdate be called before OnOrderUpdate ?

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

    Have you ever seen OnPositionUpdate be called before OnOrderUpdate ?

    Logically it must not, but I wonder if for some unknown reasons this might occur some time. If so, please let me know.

    #2
    Hello pstrusi,

    This would be unexpected.

    The flow is OnOrderUpdate > OnExecutionUpdate > OnPositionUpdate for that order.

    NinjaTrader 7 and NinjaTrader 8 are the same in this regard, however, the NinjaTrader 7 help guide documentation does not explicitly state this while the NinjaTrader 8 documentation does.

    From the help guide on OnPositionUpdate():
    "This method is called after OnExecutionUpdate()"
    https://ninjatrader.com/support/help...tionupdate.htm

    From the help guide on OnExecutionUpdate():
    "OnExecutionUpdate is always called after OnOrderUpdate() is called"
    https://ninjatrader.com/support/help...tionupdate.htm

    Do you have multiple orders going that may be trigger OnPositionUpdate?

    Are you using prints in each order method and printing the order object to see the order flow and finding this is not the case?
    May I have the output from the output window and the code used to print?
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hi Chelsea, thanks for your answer, obviously I think the same as you, but since I'm debugging the strategy cause many weird errors, I just wanted to discard any remote possibility. What you suggest, that logic flow of the order object, I've implemented it previously, in fact with flags just to know exactly all the states, but I confirm it flows right.

      Don't worry, you've given me the answer that I was expecting.

      Thanks!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by f.saeidi, Today, 11:02 AM
      0 responses
      1 view
      0 likes
      Last Post f.saeidi  
      Started by geotrades1, Today, 10:02 AM
      3 responses
      10 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by rajendrasubedi2023, Today, 09:50 AM
      3 responses
      15 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by lorem, Today, 09:18 AM
      2 responses
      11 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by geddyisodin, Today, 05:20 AM
      4 responses
      30 views
      0 likes
      Last Post geddyisodin  
      Working...
      X