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 mattbsea, Today, 05:44 PM
      0 responses
      3 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      31 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      2 views
      0 likes
      Last Post tkaboris  
      Started by GussJ, 03-04-2020, 03:11 PM
      16 responses
      3,282 views
      0 likes
      Last Post Leafcutter  
      Started by WHICKED, Today, 12:45 PM
      2 responses
      20 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Working...
      X