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

Easy way to retrieve parent entry order for position?

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

    Easy way to retrieve parent entry order for position?

    Let's say I have an active/open position. Is there an easy way to retrieve the entry order object that created the position?

    Currently, I have to iterate over the orders and match on various criteria. Is there a more efficient way to do this?

    Thanks in advance!

    #2
    Hello MarkWise,

    A position can be made of several orders and not just one.

    Unfortunately, there are not any tools in the help guide to provide a collection of entry orders that make up a position.

    Instead, you would need to track these, likely using a List<Order> collection. Add the order in OnOrderUpdate to the list when order becomes working, remove the order from the list when the entry is filled. Remove the order when the exit order for that entry fills.
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks Chelsea.

      That's what I'm doing now. I just didn't know if NT had an exposed method for this. (I couldn't find one, so I asked.)

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Shansen, 08-30-2019, 10:18 PM
      25 responses
      949 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by JonesJoker, 04-22-2024, 12:23 PM
      8 responses
      41 views
      0 likes
      Last Post JonesJoker  
      Started by timko, Today, 06:45 AM
      0 responses
      3 views
      0 likes
      Last Post timko
      by timko
       
      Started by Waxavi, 04-19-2024, 02:10 AM
      2 responses
      39 views
      0 likes
      Last Post poeds
      by poeds
       
      Started by chbruno, Yesterday, 04:10 PM
      1 response
      44 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X