Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Manually scaling out of a position that was put on by a strategy

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

    Manually scaling out of a position that was put on by a strategy

    I'm currently attempting to use OnPositionUpdate() to update the quantity of a stop using ExitLongStopMarket() and ExitShortStopmarket() but it seems as though this event does not trigger when I manually scale out of the position.

    In the past I've used WPF buttons for the scale but it would be really nice if I could just do that from chart trader.

    Is there a way to do this?

    #2
    One thing that seems to be working is I loop through draw objects for lines labeled TP1-3 and use those to place limit orders to exit. I can drag and drop them to the current price and that scales out.

    Comment


      #3
      Hello WalterSkinner,

      Thanks for your post.

      OnPositionUpdate() is called when there is a change in the strategy's position, not the Account position. Strategy positions are separate from actual Account positions.

      Strategy vs. Account Position: https://ninjatrader.com/support/help..._account_p.htm

      Note that strategies are only able to see orders that are placed by that specific instance of that strategy. Strategies cannot see orders that are manually placed.

      If you want to access the actual Account position, you could use <Account>.PositionUpdate.

      See this help guide page for information about <Account>.PositionUpdate and sample code: https://ninjatrader.com/support/help...tionupdate.htm

      Let us know if we may assist further.
      <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by NullPointStrategies, Today, 05:17 AM
      0 responses
      50 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      127 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      69 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X