fxDreema

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

    Why do I get the wrong fibo price value?

    Questions & Answers
    4
    15
    1817
    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à last edited by

      I'm testing how fibo works in fxDreema and I'm afraid I'm doing something wrong at a very basic level. I want to catch the price at 61.8% and I created this easy project just for testing:

      https://fxdreema.com/shared/z68Rg8Wwe

      However, I don't know why I only get the 0% level no matter what. Can someone please tell me what am I missing? 😞

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

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

        @l-andorrà No matter what I do I get the price for level 0 and never for level 4 as requested. Any suggestion? May be this a bug?

        (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
          miki @l'andorrà last edited by miki

          @l-andorrà in my opinion, to position fibonacci in the correct way we have to put the oldest candles as the first parameter and then the new ones,later in a buy market we look for the low of the oldest candle in the first parameter and the high of the younger one in the second,viceversa for a sell market.Said this, the function that should return fibonacci level 4 (61.8) doesn't work (hope only on mt4) because if we replace in the code "retval=(ObjectGetDouble(0,name,OBJPROP_LEVELVALUE,FiboLevelID)*(FiboDiff))+Fibo0;" at line 1523 with "retval=0.618*FiboDiff+Fibo0;" it work fine.I hope I was helpful.

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

            Hey mate,

            under "Specific Properties" you define the Fib levels ("Levels comma separated").
            For your purpose you would need to put in something like 0.618 and 0 to get two price levels.

            And you have to know that the first level has the name "0" not "1" 🙂

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

              Thank you to both. I will follow your suggestions.

              (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
              • l'andorrà
                l'andorrà @umbrellamaker last edited by

                @umbrellamaker said in Why do I get the wrong fibo price value?:

                Hey mate,

                under "Specific Properties" you define the Fib levels ("Levels comma separated").
                For your purpose you would need to put in something like 0.618 and 0 to get two price levels.

                And you have to know that the first level has the name "0" not "1" 🙂

                I confirm I managed to define the level under 'specific properties. But what it does is just plotting that level of the retracement. The price by level showed is still wrong. Apparently miki is right. the whole function doesn't work. I will tell it to the admin.

                (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
                  miki @l'andorrà last edited by miki

                  @l-andorrà I tried following umbrellamaker's suggestions. By doing so the fibonacci levels are correct but they work well only with the fibonacci sell with the buy no, even if it is correctly placed on the chart. It seems to only work if the price of Fibo100 is higher than Fibo0, but for me it is wrong in a buy market as we want the percentage of a retracement.
                  https://fxdreema.com/shared/bldJkleQc mt5.
                  https://fxdreema.com/shared/Tal8RktPb mt4.
                  I went crazy 2 days but couldn't get it to work.

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

                    @miki Thank you for your time, man. 🙂 I will take a look at 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
                    • l'andorrà
                      l'andorrà @miki last edited by

                      @miki I can confirm levels are correctly identified when the fibo object is manually created. The problem is when it is drawn by the block. I shared this to the admin for him to fix 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.

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

                        @l-andorrà hopefully soon. Good luck for your new project 😉

                        1 Reply Last reply Reply Quote 0
                        • N
                          Nillav last edited by Nillav

                          Hola @l-andorrà, he probado tu fibo y es correcto, no sale el valor del nivel 4, te lo comento porque yo creé un fibo automático y cuando lo dibuja pasa lo mismo que a ti, pero en cuanto se mueve se actualiza y dá el valor correcto, en el fibo que tenía hecho me funciona correctamente el nivel 4 de Fibo, saludos.

                          0_1608028709491_0fde3765-43ef-4097-ba09-841e789ec8e1-image.png

                          Esto pasa cuando pongo el backtesting a funcionar, el valor se actualiza correctamente, en el fibonacci que has creado, pongo el backtesting a funcionar y no sale el valor nivel 4.

                          0_1608028785458_c1401f61-e09e-4721-9a61-05060f074309-image.png

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

                            @nillav Interesante. El problema es cuando pasa a cuenta demo o rel. Parece ser que sigue sin funcionar. Yo no lo he probado en backtest, sólo en demo. ¿Lo has probado tu en demo? ¿Cómo se puede mover entonces si no es esperando la aparición de otra barra?

                            (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 2 Replies Last reply Reply Quote 0
                            • N
                              Nillav @l'andorrà last edited by

                              @l-andorrà Si, lo acabo de probar en mercado real y funciona correctamente

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

                                @l-andorrà Encontré el problema en tu Fibonacci, !!! si funciona ¡¡¡, lo que pasa es que das el valor del nivel 4 a la variable "value_fibo", pero no das el valor de tu fibonacci "myfibo", para ello hay que modificarlo y darle el nombre de tu fibo.

                                0_1608071551323_e3fab2b3-0c31-4b6a-8da0-6700b21a5f72-image.png

                                0_1608072477007_7be123d7-2f52-4a89-8335-06fee5cc2b9d-image.png

                                Se puede ahorrar el bloque de modificar variables y sacar el valor directamente en el comentario
                                https://fxdreema.com/shared/M8fX56Y1c

                                saludos

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

                                  @nillav Voy a probarlo para comprobar que no sea problema de mi plataforma. Muchas gracias por el consejo y el tiempo dedicados!!! 😉

                                  (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
                                  • 1 / 1
                                  • First post
                                    Last post

                                  Online Users

                                  B
                                  A
                                  T
                                  M
                                  E
                                  C
                                  B

                                  21
                                  Online

                                  146.7k
                                  Users

                                  22.4k
                                  Topics

                                  122.6k
                                  Posts

                                  Powered by NodeBB Forums | Contributors