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 Mindset, 04-21-2026, 06:46 AM
          0 responses
          87 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          128 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          65 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          117 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          67 views
          0 likes
          Last Post PaulMohn  
          Working...
          X