fxDreema

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

    Horizontal line movement (SOLVED)

    Questions & Answers
    6
    28
    6075
    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.
    • tcanuto
      tcanuto last edited by tcanuto

      How to make? For me it still does not work.

      I need that when the price reaches the historical high of the asset, if the price exceeds this line, move the line up once per candle.

      See my project: https://fxdreema.com/shared/auJ90pfcc

      Zackry 1 Reply Last reply Reply Quote 0
      • S
        seb 0 last edited by

        The second block in your project "278" is checking a constant value, which by definition never changes, so it will never pass to the next ones.
        Is that what you want ?
        https://fxdreema.com/builder/shared/sNabVEZsc

        tcanuto 2 Replies Last reply Reply Quote 1
        • l'andorrà
          l'andorrà last edited by

          seb 0 is right. And don't forget to delete past lines. Otherwise your chart will be plenty of them.

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

          S A 2 Replies Last reply Reply Quote 0
          • S
            seb 0 @l'andorrà last edited by

            @l-andorrà Sounds always good, thanks 😛
            In my case the line is updated only. Do you mean every time you restart de EA ?

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

              @seb-0 said in Horizontal line movement:

              @l-andorrà Sounds always good, thanks 😛
              In my case the line is updated only. Do you mean every time you restart de EA ?

              Not only then, but also when they are not required anymore.

              (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
              • tcanuto
                tcanuto @seb 0 last edited by

                @seb-0 Hello. Thanks for the reply. Almost that. But instead of using High Price (Candle Period) that works just like a donchian channel, I need the maximum asset history, and never come back. Always stay at historic highs until you break up and climb higher.

                1 Reply Last reply Reply Quote 0
                • tcanuto
                  tcanuto @seb 0 last edited by

                  @seb-0 said in Horizontal line movement:

                  The second block in your project "278" is checking a constant value, which by definition never changes, so it will never pass to the next ones.
                  Is that what you want ?
                  https://fxdreema.com/builder/shared/sNabVEZsc

                  Hello. Thanks for the reply. Almost that. But instead of using High Price (Candle Period) that works just like a donchian channel, I need the maximum asset history, and never come back. Always stay at historic highs until you break up and climb higher.

                  H 1 Reply Last reply Reply Quote 0
                  • H
                    Hadees @tcanuto last edited by Hadees

                    @tcanuto https://fxdreema.com/forum/topic/4510/tutorial-loop-advanced-find-and-save-specific-value-from-indicator-history/2 check out miros examples. You can also use ma 1 for high/low https://ctrlv.cz/shots/2019/10/12/bFS3.png (also from miro lol)

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

                      In short, I need that when breaking the historical high line and forming a new top, up the line to this top, but never down.

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

                        Block 182 move does not work.
                        https://fxdreema.com/builder/shared/sNabVEZsc

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

                          It doesn't because that variable is never updated. You stores the original value from the first 200 candles and nothing else happens. If you want to move that horizontal line to a higher position if your condition block is true, you need a new 'Modify Variable' block in which you update the variable's value with the new one.

                          Then you will have to erase the old line a draw the new one.

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

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

                            @l-andorrà Got it. But I find it less practical to have to erase the previous line than simply move the horizontal line to the previous high when the price is above the line.

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

                              Then you can use the 'move' block', but then don't forget to use a 'For each object' block above it. That way you will move it without erasing it but probably you will need more blocks that the other way. 🙂

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

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

                                @l-andorrà Yes, I'm trying. It partially worked for me.
                                https://fxdreema.com/shared/m9gu0gVld

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

                                  Below block 339 you need to add a new 'Modify Variables' block in which you need to update the value of 'Teto Maximo Permitido1' variable. Once the value is updated it will be redrawn as you wish.

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

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

                                    @l-andorrà In this way? He keeps coming down. I need him to never leave, just go up.
                                    https://fxdreema.com/shared/Dyxf1iIjb

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

                                      I'm afraid I don't understand tha logic behind blocks 343 and 345. Shouldn't the be referring to the same horizontal line?

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

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

                                        @l-andorrà Yes. It should. Turns out this line is being generated as "Teto Maximo Permitido1" I don't know why. Any bugs?

                                        1 Reply Last reply Reply Quote 0
                                        • Zackry
                                          Zackry @tcanuto last edited by Zackry

                                          @tcanuto i have looked at your project but from the post:

                                          @tcanuto said in Horizontal line movement:

                                          How to make? For me it still does not work.

                                          I need that when the price reaches the historical high of the asset, if the price exceeds this line, move the line up once per candle.

                                          See my project: https://fxdreema.com/shared/auJ90pfcc

                                          i dont understand what you did in the project but , what you are trying to achieve can easily be achieved via : https://fxdreema.com/shared/FE38aqULc

                                          l'andorrà tcanuto 2 Replies Last reply Reply Quote 2
                                          • l'andorrà
                                            l'andorrà @Zackry last edited by

                                            @zackry said in Horizontal line movement:

                                            @tcanuto i havent looked at your project but from the

                                            @tcanuto said in Horizontal line movement:

                                            How to make? For me it still does not work.

                                            I need that when the price reaches the historical high of the asset, if the price exceeds this line, move the line up once per candle.

                                            See my project: https://fxdreema.com/shared/auJ90pfcc

                                            i dont understand what you did in the project but , what you are trying to achieve can easily be achieved via : https://fxdreema.com/shared/FE38aqULc

                                            Would that fix your problem, tcanuto?

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

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

                                            Online Users

                                            M
                                            M
                                            C

                                            12
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors