Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Trail stop at high of a pullback

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

    Trail stop at high of a pullback

    I am trying to create a trailing stop for a strategy that will place the stop order (for a short position) at the high of a pullback plus 1 tick and the reverse for a long position. I have not been able to figure out how to determine the correct bar in the pullback. I have attached a screen shot showing which bar I am trying to identify.

    Thanks
    Attached Files

    #2
    Originally posted by mlarocco View Post
    I am trying to create a trailing stop for a strategy that will place the stop order (for a short position) at the high of a pullback plus 1 tick and the reverse for a long position. I have not been able to figure out how to determine the correct bar in the pullback. I have attached a screen shot showing which bar I am trying to identify.

    Thanks
    Seems you are looking for the Swing indicator that ships with NT? No?

    Comment


      #3
      I did an example for you.

      and yes its a bit complex but it was my first idea on how to do it and i just went with it.

      If you have questions regarding the code, just ask.

      make sure also to use the right declarations when using this (line1)

      tho i think i didnt make a mistake, it still is possible, but after all its just supposed to show the way it can be done. you have to do the rest from here.

      EDIT: Note that with this version you would only start looking for retracements once you enter a position. so you cant access retracements b4 that point. if you wanna do that you would have to make a few changes, but i think if you understand how the code works, you can easily make your own adjustments
      Attached Files
      Last edited by BigRo; 11-07-2015, 05:26 PM.

      Comment


        #4
        Thank you for taking the time to create this! I'll see how I can use it.

        Comment


          #5
          Originally posted by mlarocco View Post
          Thank you for taking the time to create this! I'll see how I can use it.
          I'm no expert, but it seems to me that you can code this by accessing

          Swing(strength).SwingHigh[0]

          or

          Swing(strength).SwingLow[0]

          in your code by placing exits N ticks above/below those.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          558 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          324 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
          545 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          547 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X