Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

what's best way to place multiple exit orders with managed approach

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

    what's best way to place multiple exit orders with managed approach

    is there a way (with managed approach) when strategy is on long position, submit 2 exit orders like:
    ExitLongSpotMark

    #2
    text editor seems to have some malfunction, i had whole post posted but published only part. so I was asking: with SetStopLoss and SetProfitTarget it's possible that a position had 2 stop exit orders. but without using SetStopLoss and SetPT, but using `ExitLongStopMarket` - is it possible to have two active exit orders (one stoploss and one target profit)? I tried it with managed approach but only one `ExitLongStopMarket` order seems to be recognized by NT

    Comment


      #3
      Hello ttodua,

      Thank you for your post.

      Yes, you can use 2 Exit orders to submit protective stop loss and profit target orders with the Managed Approach.

      This sample script demonstrates using ExitLongStopMarket and ExitLongLimit:



      Please let us know if you have any further questions.

      Comment


        #4
        but two ExitLongStopMarket is not possible as i think, right? in your example there are one ExitLongLimit and one ExitLongStopMarket

        Comment


          #5
          Hello ttodua,

          Thank you for your response.

          You could use two exit methods in your script, however, you would need to modify your script so that it doesn't allow the logic to make two Exit methods at the same time on the same entry signal.

          Please let us know if you have any further questions.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          110 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          59 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          37 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          41 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          78 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X