fxDreema

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

    Trailing Stop based on ATR

    Questions & Answers
    4
    11
    2273
    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.
    • R
      Ray50 last edited by Ray50

      Hay guys I searched through forum looked at many different topics but in the end failed to make a working Trailing Stop Loss based on ATR if anyone could help would be fantastic as I'm completely stuck on this for hours now.

      This is how mine looks like
      0_1592086277409_mine.jpg

      This is how it should look like
      0_1592086288033_Working on.png

      Trailing stop should be after priced reached 2*ATR, and Stop loss should be moved to 1.5 ATR stop loss

      I'm still learning and sorry I know this has been brought up few times but I failed to implement them. Any help would be much appreciated.

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

        Try this:

        0_1592151543763_01.png

        (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.

        R 1 Reply Last reply Reply Quote 1
        • R
          Ray50 @l'andorrà last edited by Ray50

          @l-andorrà

          Thank you so much you showed me the right direction. There we still few issues but I managed to get it all just right. Once I put candle ID from buy candle into variable and extracted it in trailing stop everything jumped into place.

          Here is a pix works the same as NNFX for C1entry only boys, maybe will prevent future topics.
          0_1592228249046_end.png

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

            Impressive work. Thank you for sharing.

            (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.

            1 Reply Last reply Reply Quote 1
            • N
              nykz1 last edited by

              Can anyone explain how to get the ATR Candle ID? What do you type in the variables tab?

              l'andorrà 1 Reply Last reply Reply Quote 0
              • l'andorrà
                l'andorrà @nykz1 last edited by

                @nykz1 You can try an 'int' or 'double' type.

                (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.

                N 1 Reply Last reply Reply Quote 0
                • N
                  nykz1 @l'andorrà last edited by

                  @l-andorrà No i understand that part, i don't understand how to get the initial ATR value.

                  l'andorrà 1 Reply Last reply Reply Quote 0
                  • l'andorrà
                    l'andorrà @nykz1 last edited by

                    @nykz1 Do you mean the value of ATR at the exact moment the order is open?

                    (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.

                    N 1 Reply Last reply Reply Quote 0
                    • N
                      nykz1 @l'andorrà last edited by

                      @l-andorrà Yes. On Day-1 i open a trade, the tailing stop is (1.5 * ATR), the problem is, as the trade progresses, the ATR changes, for instance, on Day-7 it becomes (1.5 * Day-7 ATR), i want it to remain (1.5 * Day-1 ATR) throughout the entire trade.

                      l'andorrà 1 Reply Last reply Reply Quote 0
                      • l'andorrà
                        l'andorrà @nykz1 last edited by

                        @nykz1 Ok. That is exactly what variable ATR_C1 is doing. That value is stored there and it is a number in pips. What you need to do now is use it in the trailing stop block. However, instead fo using the Custom(price fraction) option as per the image above you should select the 'fixed pips' option and then embed the ATR_C1 below it.

                        (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.

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

                          Maybe you can add once per trade block under each trade so that ATR is updated only once

                          0_1594153795774_efc8c2c6-bcea-4d39-b67c-4eacc7ef2cc4-image.png

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

                          Online Users

                          A
                          N
                          S
                          E
                          A
                          M
                          T
                          M
                          A
                          E
                          K

                          20
                          Online

                          146.7k
                          Users

                          22.4k
                          Topics

                          122.6k
                          Posts

                          Powered by NodeBB Forums | Contributors