fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search

    trailing stop/trailing profit

    Questions & Answers
    7
    16
    4060
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      ggrobot last edited by

      can someone explain to me how this trailing works ?? in a simple manner the EA 'carries' the stop or the profit we set in the trailing system. but when this trailing either stop or take profit will be triggered?
      thank you

      1 Reply Last reply Reply Quote 0
      • roar
        roar last edited by

        Trailing means that the stop has a maximum distance from current price.
        If you have 20 pips trailing stop (SL) in a buy trade, and the price goes upward, the stop also goes upward 20 pips behind current price. If the price then goes down, the stop doesn't move anywhere and the SL can trigger.

        Need small help? Tag me in your post
        Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

        1 Reply Last reply Reply Quote 0
        • G
          ggrobot last edited by

          i was waiting for you! 🙂 , thank you for your time again. if i the trade opens a buy position with trailing stop 20 pips but the price goes down where will it stop?? at 20 pips below the buy position?? for example if i buy at price 2000 with trailing stop 20pips that means that it will be stopped at 1980 no matter what??
          2. if it goes 2020 with trailing stop 20pips and 1 pip step that means that at 2021 the stop with me modified from 1980 to 2021 ???
          3. is it better to use a trailing profit??

          roar 1 Reply Last reply Reply Quote 0
          • roar
            roar @ggrobot last edited by

            @ggrobot said in trailing stop/trailing profit:

            1. if it goes 2020 with trailing stop 20pips and 1 pip step that means that at 2021 the stop with me modified from 1980 to 2021 ???

            Not exactly, if price is at 2020 and you have 20 pips SL trail, the stop is at 2000. When price is 2021, and your trailing step is 1, the stop is now 2001. If your step is 2, the stop moves to 2002 only when price reaches 2022.

            Trailing profit is useful too, but it is all about your strategy, you have to do your own reserch about what is better.

            Need small help? Tag me in your post
            Need big help? https://www.fiverr.com/big_algo/automate-your-winning-strategy-in-mql4-or-mql5

            B 1 Reply Last reply Reply Quote 0
            • B
              bunsuke @roar last edited by

              @roar Bro I was seeking how to use trailing stop/step in many threads, you clarified me for now!! THX.

              1 Reply Last reply Reply Quote 0
              • M
                Mybotpro last edited by

                Hello House I have difficulty with Trailing Stop loss block, I am using ATR to set stop loss so it is impossible to have a fixed stop loss. My money Management is 1% for for an open position, I want to trail stop to 1% profit when price has moving in my favor by 2% and trail to 2% when price has moved to 3% in my favor.

                1 Reply Last reply Reply Quote 0
                • l'andorrĂ 
                  l'andorrĂ  last edited by

                  You will need a specific structure to do that. There is no single block doing that. Are you familiar with variables?

                  (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

                  (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

                  (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

                  C 2 Replies Last reply Reply Quote 0
                  • C
                    capitalfreedom @l'andorrĂ  last edited by

                    @l-andorrĂ  i am familiar with variables and want to achieve this same thing. can you help?

                    1 Reply Last reply Reply Quote 0
                    • C
                      capitalfreedom @l'andorrĂ  last edited by

                      @l-andorrà Screenshot 2023-11-16 at 2.30.44 AM.png Would this be correct?

                      1 Reply Last reply Reply Quote 0
                      • l'andorrĂ 
                        l'andorrĂ  last edited by

                        That depends on what you exactly need. Could you please be more specific?

                        (English) I will try to help everyone in these fxDreema forums. But if you want to learn how to use the platform in depth or more quickly, I can help you with my introductory fxDreema course in English at https://www.theandorraninvestor.eu.

                        (Català) Miraré d’ajudar tothom en aquests fòrums d’fxDreema. Tanmateix, si vols aprendre a fer servir la plataforma amb més profunditat o més de pressa, t’hi puc ajudar amb el meu curs d’introducció a fxDeema en català a https://www.theandorraninvestor.eu/ca.

                        (Español) Intentaré ayudar a todo el mundo en estos foros de fxDreema. Sin embargo, si quieres aprender a usar la plataforma en profundidad o más deprisa, te puedo ayudar con mi curso de introducción a fxDreema en español en https://www.theandorraninvestor.eu/es.

                        C 1 Reply Last reply Reply Quote 0
                        • C
                          capitalfreedom last edited by

                          I want trailing stop to move based on percentage of profit. so once profit reaches for example 3% it trails by 1%

                          1 Reply Last reply Reply Quote 0
                          • C
                            capitalfreedom @l'andorrĂ  last edited by

                            @l-andorrĂ  I want trailing stop to move based on percentage of profit. so once profit reaches for example 3% it trails by 1%

                            1 Reply Last reply Reply Quote 0
                            • C
                              cmuphyfx last edited by cmuphyfx

                              You're going to have to use a few variables for that. I suggest that when the trade is placed, you save the stop loss size, in pips as a variable. You'll need this because you'll need to know what 1% is as you continue to trail your stop. Once you know the stop loss, in pips you know the size, so you can use a simple Trailing Stop block, and have the offset begin at 300% of the initial stop loss size, and for size you can use the variable from earlier.

                              For you, the trailing start would simply be 300%

                              On Trade I capture the SL size. Then, I have a Trailing Stop that uses that value
                              image.png

                              image.png

                              C 2 Replies Last reply Reply Quote 0
                              • C
                                capitalfreedom @cmuphyfx last edited by

                                @cmuphyfx my stop loss is configured based off the ATR

                                1 Reply Last reply Reply Quote 0
                                • C
                                  capitalfreedom @cmuphyfx last edited by

                                  @cmuphyfx here is what i have now. it seems to work ok Screenshot 2023-11-16 at 6.51.22 PM.png

                                  1 Reply Last reply Reply Quote 0
                                  • C
                                    cmuphyfx last edited by

                                    I'm not familiar with those settings you have - I have not ever used % of profit. If it seems to be working for you, and you've watched it execute then good!

                                    1 Reply Last reply Reply Quote 0
                                    • 1 / 1
                                    • First post
                                      Last post

                                    Online Users

                                    B
                                    M
                                    J
                                    B
                                    A
                                    E
                                    R

                                    19
                                    Online

                                    146.7k
                                    Users

                                    22.4k
                                    Topics

                                    122.6k
                                    Posts

                                    Powered by NodeBB Forums | Contributors