fxDreema

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

    FRACTALS DEFINITION

    Questions & Answers
    6
    37
    8646
    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.
    • l'andorrà
      l'andorrà @MMaarits last edited by

      @mmaarits Wrong link, sorry. It's is empty! 🙂

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

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

        @l-andorrà No, it is not a wrong link 🙂 I have not implemented it yet, because I do not know how to do it. I thought that you need a empty project to implement this logic.

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

          @mmaarits LOL, Didn't see that. :). But what do you want eactly? The same bot as ggrobot?

          (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
          • M
            MMaarits last edited by

            ggrobot stores Fractal values, compares it with current candle close and then takes trades.
            But I want:

            • If the latest downward Fractal is lower than previous downward Fractal AND latest upward Fractal is also lower than previous upward Fractal - then it is a SELL trade.
            • If latest upwards Fractal is higher than previous upward Fractal AND latest downward Fractal is also higher than previous downward Fractal - then it is a BUY trade.
            l'andorrà 1 Reply Last reply Reply Quote 0
            • R
              ralph @roar last edited by

              @roar I WROTE MY OWN CUSTOM INDIC WITH MY LIMITED KNOWLEDGE , LOT OF WORK BUT IT WORKS

              1 Reply Last reply Reply Quote 0
              • R
                ralph last edited by

                @ralph DRWING HORIZONTAL FR LINES

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

                  @mmaarits Then you need to store all those values into three different variables. The you can compare those values exactly as you need.

                  (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
                  • M
                    MMaarits last edited by

                    @l-andorrà said in FRACTALS DEFINITION:

                    n you need to store all those values into three different variab

                    Why it is necessary to have three different variables? Can You explain it a little bit more?

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

                      @mmaarits Well, you need to compare three fractals, right? This is why you need at least three variables. For example, you can catch the last fractal up with a variable like this:

                      0_1600701862283_01.png

                      You can do the same with the last fractal down in a different variable. Both variables are nubers (their are proce levels after all). Once thay are stored into variables you can do calculations like this:

                      0_1600702036133_02.png

                      As you can see I had to create a fourth variable called 'lst fractals distance'. This will be the result os subtracting the lower from the higher.

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

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

                        @l-andorrà No, I do not want to compare fractal up and fractal down, instead of that I would like to compare one Fractal before the very last Fractal and the last Fractal. That means: one fractal up before the very last fractal up > last fractal up AND one fractal down before the very last fractal down > last fractal down = SELL
                        And vice versa for the BUY trade: one fractal up before the very last fractal < last fractal up AND one fractal down before the very last fractal < last fractal down.

                        0_1600707303787_0e6a7fef-39b7-40d5-bb91-31115aa34896-image.png

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

                          @mmaarits Ok. Then you need 6 variables. One for each fractal value and then the other two for comparing those values as you say. The use of values and the 'formula' block is the same but with different values.

                          (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
                          • M
                            MMaarits last edited by MMaarits

                            My original idea was to have 4 variables:

                            • latest_Fractal_up
                            • previous_Fractal_up
                            • latest_Fractal_down
                            • previous_Fractal_down

                            First condition is that previous Fractal up and Fractal down must not have default values (that means I have stored also previous Fractals values and not only latest Fractals values).
                            After that for a SELL trade, the second condition is that latest_Fractal_up < previous_Fractal_up
                            AND latest_Fractal_down < previous_Fractal_down
                            and vice versa for the BUY trade.
                            BUT, I need to update previous_Fractal_up/down variables if new Fractal appears, that means previous_Fractal_up/down needs to replace with latest_Fractal_up/down value. Unfortunately, I am not able to implement that logic.

                            The better idea would be to implement logic in another way, because previously written algorithm needs to run EA for a while until it gets all Fractals values. Much better way would be, that EA reads Fractal values backward. That means, EA checks if Candle ID 3 has fractal values, if not, then check Candle ID 4. If Candle ID 4 has upper Fractal value then the EA stores it and continues this checking process until both previous (not only latest) Fractal up and down values are stored.

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

                              @mmaarits Yes, reading backwards is alway more effective. However, the only way to do it is by creating a loop to do that. That is not my field of expertise, though. 😞 Maybe roar could give us a hand? 😉

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

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

                                @l-andorrà said in FRACTALS DEFINITION:

                                @mmaarits Yes, reading backwards is alway more effective. However, the only way to do it is by creating a loop to do that. That is not my field of expertise, though. 😞 Maybe roar could give us a hand? 😉

                                @roar Can You help me out? That would be awesome!

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

                                  @mmaarits hi!

                                  To keep it simple, here's an algo just to keep track of those 4 fractals. You can add the comparisons and trade operations yourself, right?
                                  https://fxdreema.com/shared/A9UObbiqe
                                  up1 is latest up fractal, you get the rest...
                                  0_1600966692136_aab160c0-6cca-43e5-b184-fe8055a97c09-image.png

                                  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

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

                                    @roar Thank You very much! Yes, I will do the rest by myself. Thanks a lot again!

                                    1 Reply Last reply Reply Quote 1
                                    • S
                                      Samuele last edited by

                                      Hello I would be very curious to know how you solved your problem.
                                      Can you see your project??
                                      thanks a lot

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

                                      Online Users

                                      C
                                      S
                                      P
                                      T
                                      I
                                      B
                                      A
                                      H
                                      E

                                      21
                                      Online

                                      146.7k
                                      Users

                                      22.4k
                                      Topics

                                      122.6k
                                      Posts

                                      Powered by NodeBB Forums | Contributors