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.
    • G
      ggrobot last edited by

      fractals usually repaint but once the complete the formation they stay there. i tried to use the first up or down fractal that was completed but no luck. i put in the more settings id1 for up or down but the results were different. is there a way we can define the first up or down completed fractal before the price action now??

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

        Fractal formation is something like up, up, top (arrow paints here), down, down.
        So the fractal appears on candle id 2

        So you want the ea to remember the last fractal state, was it up or down? This can be done with a variable.

        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 need both states, i need the last up and the last down so i can start a buy or a sell trade

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

            but we need the 'last' fractal always compared with the candle id0 so the system can move on

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

              i cannot use the variables section, i dont have the skills yet!! do you have any idea how we can set that variable?? .

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

                here.
                https://fxdreema.com/shared/XLFjbWlcd
                it checks once per bar, if there is a fractal.
                if it is fractal up, it modifies the variable to 1
                if it is fractal down, it modifies the variable to -1

                now you can just check the variable value, is it 1 or -1

                block 9 is actually useless, because the variable must be 1 if it is not -1 (except beginning, its 0 then)

                this example doesn't care about candle 0, it just checks fractal states. if you need the fractal's price, not state (up or down), you will need more variables to store that price data.

                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

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

                  yes i need the fractal price so i can compare it with candleclose id0

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

                    https://fxdreema.com/shared/xzRcbD5db

                    i modified the example to store the fractal prices, and then compare them to candle0

                    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

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

                      i think i put you in much trouble because i forgot to tell you that i need the the price of the last fractal up or down so i can put it in a condition compared to the candle id0. is it possible to make it?

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

                        yes, yes, i did just that 😄

                        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 1
                        • G
                          ggrobot last edited by

                          where is it?? the one you sent above?

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

                            @roar said in FRACTALS DEFINITION:

                            https://fxdreema.com/shared/xzRcbD5db

                            i modified the example to store the fractal prices, and then compare them to candle0

                            this one. at least appears to me

                            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 didnt see that .. let me give a try and inform you in a while

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

                                i tried to use your variables to close trades and open trades when candle is above MA20 but is not working at all,

                                https://fxdreema.com/demo/simple

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

                                  your link doesn't work
                                  while in builder, go top-left, Projects -> Create a shared copy

                                  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 dont see such button, i can send you a photo 0_1501348442469_MA20fractals.JPG

                                    the condition in buy is Candle>ma20 and in sell the opposite. in close i closed the buys on left and the sells on right

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

                                      0_1501350956556_testfractals.JPG

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

                                        Hi all!

                                        Thank you for implementing the current Fractal logic! I have similar challenge. I need to compare last 2 downwards and last 2 upwards Fractals. I mean:

                                        • 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.
                                          0_1600274245281_50f6969e-2979-4810-88a9-3d99780d0d4f-image.png
                                          Can anybody help to implement this logic?
                                          Big thanks in advance!
                                        l'andorrà 1 Reply Last reply Reply Quote 0
                                        • l'andorrà
                                          l'andorrà @MMaarits last edited by

                                          @mmaarits This is the way to do it.

                                          0_1600358240058_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.

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

                                            Okay, I created shared project. Link to the project is https://fxdreema.com/shared/tb6ewhA5

                                            l'andorrà 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            Online Users

                                            S
                                            O
                                            K
                                            M
                                            M
                                            C

                                            16
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors