Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Closing Open Orders & and any filled Position

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

    Closing Open Orders & and any filled Position

    I am using OnOrderUpdate() method for confirmation of my EnterLongLimit() entry order, to submit my stop via ExitLongStop() and to submit my profit target via ExitLongLimit(). I've set the parameter liveUntilCancelled to true, so I don't have to resubmit orders on every bar update.

    If a condition arises that would dictate closing all open orders and any filled position (if it has already been entered). What is the preferred method to do this.

    Since I would want to close all open orders, and my entry position if it has been filled, would AtmStrategyClose() , using the entry order signal name be best? Or is some other way preferred.

    Thanks,
    Phineas

    #2
    Follow-Up: I think the following works, Could you let me know if there is a better way.

    I will first check on status of original entry order (filled or not). If not filled, I'll use CancelOrder(), and that is it.
    If it has already been filled, I should submit an ExitShort() or ExitLong to close original position, AND then use CancelOrder() on Stop loss and CancelOrder() on Profit Target.
    Thanks,
    Phineas

    Comment


      #3
      I would CancelOrder(myStopOrder), monitor this to make sure it comes back cancelled with a filled amount of zero, then modifying the limit order to a price (below market if a sell order for example) to get it to fill. This reduces any potential overfill on orders are you request cancellation.
      RayNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      579 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      334 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      554 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      551 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X