fxDreema

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

    Fibo assistance please

    Questions & Answers
    8
    37
    5342
    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.
    • bk7
      bk7 @TipsyWisdom last edited by

      @jsauter86
      i would use the fractal indicator make 3 variables with candl1 2 3 // and plot it to the indicator and see which values it shows

      1 Reply Last reply Reply Quote 0
      • L
        Leka 0 @ajmd97fx last edited by

        @ajmd97fx Friend could share this project that shows in the images, the truth is that it costs me a lot of work to configure the fibonacci parameters correctly, I would appreciate it a lot

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

          @jsauter86 the funny thing with fractals is, the indicator has a value on every candle, even when there is no arrow. The value is infinite in those cases.

          So, to get the actual fractal arrows, we need to check that fractal value is the same as candle high/low value (because the actual arrows will be there).

          Here's one solution:
          https://fxdreema.com/shared/6Yh1m2vJd

          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

          TipsyWisdom 2 Replies Last reply Reply Quote 0
          • ajmd97fx
            ajmd97fx last edited by

            @bk7 I am not an expert, but I think that a fibo is plotted on two points, one is level 0 and the other is level 100 and from these all the other levels you need are plotted

            ANTONIO JESUS

            1 Reply Last reply Reply Quote 0
            • ajmd97fx
              ajmd97fx @Leka 0 last edited by

              @leka-0 said in Fibo assistance please:

              Friend could share this project that shows in the images, the truth is that it costs me a lot of work to configure the fibonacci parameters correctly, I would appreciate it a lot

              Hello friend, here you have it, it is actually very simple, you just have to understand the concepts of time and price well
              Time is only where you want a point to be, in which candle, but it does not affect anything else. Let's say it's the place you start to draw the line from.
              price is the place on the chart where
              that is, we can take the maximum of yesterday, this would be price, but we can tell it to draw it from the current candle, that is, from today, this is the time
              Looks like I'm teaching a philosophy class, jjjjjjjjj lol

              Sorry if there is something I don't write well, I'm Spanish and I don't speak English very well

              https://fxdreema.com/shared/8Au46gF9d

              ANTONIO JESUS

              TipsyWisdom L 3 Replies Last reply Reply Quote 0
              • TipsyWisdom
                TipsyWisdom @roar last edited by TipsyWisdom

                @roar said in Fibo assistance please:

                @jsauter86 the funny thing with fractals is, the indicator has a value on every candle, even when there is no arrow. The value is infinite in those cases.

                So, to get the actual fractal arrows, we need to check that fractal value is the same as candle high/low value (because the actual arrows will be there).

                Here's one solution:
                https://fxdreema.com/shared/6Yh1m2vJd

                ok, thank you. that explains how I was taking trades to begin with. I tried to not specify a candle, or specify...and it was taking trades every day both situations so long as I had over candle 3 selected.

                I will take a look to see if I can make sense of it

                1 Reply Last reply Reply Quote 0
                • TipsyWisdom
                  TipsyWisdom @ajmd97fx last edited by

                  @ajmd97fx

                  thank you, I will take a look

                  1 Reply Last reply Reply Quote 0
                  • TipsyWisdom
                    TipsyWisdom @ajmd97fx last edited by

                    @ajmd97fx I was not able to get that to draw.

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

                      @roar Thank you Sir, Once I figure out how to work with those values I'll share the EA with you

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

                        @ajmd97fx said in Fibo assistance please:

                        hola @jsauter86 , well, see if I can help you.

                        1º. Prefix/Name
                        It is very important to assign a name to the object because later we will have to refer to it.

                        0_1614292148877_22c8f5f2-fd71-4480-a745-8f1f590e8252-image.png

                        2º. Bloq "pass"
                        You are missing the "pass" block to start drawing anything on the graph. "pass" or something that tells you to draw, or if not, it doesn't draw

                        3º. Time (1)
                        0_1614291109398_a5430e83-c999-43f3-9b1e-3a83251ec85a-image.png

                        here you must refer to a candle, if you use daily TF use the daily candle of the previous day.

                        0_1614291167284_42206194-b6da-476f-8ee2-3b7b8b76ab3a-image.png

                        Something like that.

                        You can use the same for Time (2)

                        4º. Price
                        I think this is well configured

                        5º. Levels (comma separated)
                        this is where you define the levels you want to use, separated by commas, for example 0,50,61,8,100

                        0_1614291929136_0d9ec6ca-5a39-4ec0-9db8-0ed70a212731-image.png

                        If you select "Yes" in Ray rigth, it will draw the fibo from the time you have configured (the candle of the previous day) to the right edge of the chart and there it will draw the number of levels

                        6º refer to levels
                        Finally, you would have to refer to the levels. FxDreema refers to the levels by numbering them from 0, in this example I have given you we have the levels 0,50,61,8,100. Well, the first is 0, the second 1, the third 2, etc. It would be something like this:
                        0 -> 0
                        50 -> 1
                        61.8 -> 2
                        100 -> 3

                        Let's suppose that you want to open a buy when it crosses up level 3 which in this case is the fibo 100. You would have to use this block

                        0_1614292270630_a0c2a107-10dc-4fd9-97bf-4952b8ffafce-image.png

                        I think I have not forgotten anything, but ask any questions and surely someone will help you

                        Share your project plz !

                        ajmd97fx 1 Reply Last reply Reply Quote 0
                        • L
                          Leka 0 @ajmd97fx last edited by

                          @ajmd97fx que tal amigo yo de nuevo, no me deja compilarlo me da un error

                          1 Reply Last reply Reply Quote 0
                          • ajmd97fx
                            ajmd97fx @khacdiepvnc last edited by

                            hi @khacdiepvnc my friend, This is an example that opens a buy when the price crosses up the 100 level of the fibo

                            https://fxdreema.com/shared/aex9rS6Qd

                            ANTONIO JESUS

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

                              @ajmd97fx did you test your example?

                              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

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

                                @roar yes, but with high and low of candle 1 daily, here it is implemented in another more complex project where trades are opened at different levels

                                0_1614705517881_cde39ab1-e250-4fc1-bfef-480dce053ad0-image.png

                                ANTONIO JESUS

                                roar 1 Reply Last reply Reply Quote 2
                                • roar
                                  roar @ajmd97fx last edited by

                                  @ajmd97fx all right. Candle highs and lows surely work, but I think fractals need a bit different setup.

                                  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

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

                                    @roar agreed I got it to work with candle highs and lows, but fractals was the goal. Thank you again!

                                    1 Reply Last reply Reply Quote 1
                                    • VHV-Profit-Masters
                                      VHV-Profit-Masters last edited by

                                      Con este proyecto sera posible dibujar los bos y choch en el grafico?

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

                                      Online Users

                                      A
                                      A
                                      E
                                      B
                                      M
                                      J
                                      B

                                      20
                                      Online

                                      146.7k
                                      Users

                                      22.4k
                                      Topics

                                      122.6k
                                      Posts

                                      Powered by NodeBB Forums | Contributors