fxDreema

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

    Difficulty drawing Fibonacci

    Questions & Answers
    3
    16
    1209
    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.
    • R
      rafadeggau last edited by

      Hi my friends,

      This is my first post on this site. Initially I give my sincere congratulations to the creator and I could not fail to congratulate all the contributors who help members with doubts. What a fantastic community

      Let's get started...

      I'm having trouble drawing Fibonacci

      My EA ( https://fxdreema.com/shared/z30roDs7 ) works like this:

      1- If you do not have any open position, a condition is analyzed and if this condition is met, a buy or sell (at market) will occur with SL and TP defined

      2- When each order has the SL or the TP reached, the condition analysis will occur again and another order will be executed

      This strategy of mine is increasingly moving the opening price of the buy position away from the opening price of the sell position

      What I want is that: when an “X” difference, for example 90 PIPS, the Fibonacci lines would be drawn on the chart where the value 0 is the opening price of the current sell position and the value 100 is the price of opening of the current buy position

      And also that when executing any new order that changes positions (buy or sell) the FIBO values would be changed and a new Fibonacci sequence redrawn until the SL of any position is reached, then the distance condition between the buy and sell price would be reduced to less than 90 and the Fibonacci lines would be cleared until this variable returns to greater than 90

      Thanks

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

        @rafadeggau Some points to consider:

        1. Blocks 10 and 12 are wrongly configurated. They are supposed to store the open price via a 'pink dot' option. That will not work unless you use a 'For each trade' pink block immediately above them. Additionally you selected constants to store the values instead of variables. That will not work. You need to use variables.
        2. You specified any colour objects art supposed to be deleted on block 22. Are you sure that is what you want?
        3. Again, you are using constants instead of variables on block 17. That wil make the same fibo will be drawn all the time. It will never change. You need variables again here.

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

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

          @l-andorrà Thank you very much for your attention, I have to say that I started to strategize a few weeks ago. So I'm not familiar with this language.

          I will try to use all the criticisms to gain more knowledge.

          I tried to correct all the points you determined, but the Fibonacci retracement is NOT showing on the chart yet.

          1. I modified the constants by variables and added "For each trade" above the command string

          2. No. I only want the Fibonacci retracement to be erased so a new one is drawn when positions change. I tried to fix this by assigning a Prefix/Name (optional) "fibo" in block 17 and in block 22 I added a filter to exclude everything that contains the name "fibo". Did I do it right? In my mind if I don't exclude the retraction, when the positions change and a new retraction is drawn, the two will overlap and so on, eternally creating tens, hundreds, thousands of retracts...

          3. I replaced the constants with the variables

          https://fxdreema.com/shared/7EHkuxIOd

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

            @rafadeggau I have another question. I see you substract sell price to buy price. Are they supposed to be open at the same time? Otherwise, how can that calculation be executed?

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

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

              @l-andorrà Here you are talking about block 18 "formula", correct?
              Yes, my strategy predicts a sell and a buy position open at the same time.
              The subtraction operation between the buy position and the sell position is to obtain the distance in PIPS of the two positions.
              This is the condition for drawing the fibonacci retracement.
              My idea is that I manually perform some trades based on fibo levels to average price and try to close all trades (manually) with zero gain and restart the automated strategy. Otherwise (if I can't be present) the operation evolves to the predetermined Stop Loss.
              After some testing I intend to automate fibonacci based operations, but for that I would like to draw the retractions on the chart

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

                @rafadeggau But what if just one of them is open? Your formula will only be correct if both are open at the same time. If only one of them is open, the other value will be 0.0000 and the calculatio will e done but the result will simply be ridicoulus. Will you run the EA AFTER both trades are open? If not the calculation will always be wrong.

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

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

                  @l-andorrà You are absolutely right. I hadn't thought about it. In this case, I'll have to create another condition to assess whether there is a buy position and another sell position open at the same time.

                  Do you suggest something?

                  0_1626902934805_surprise.JPG

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

                    there are blue cotrolling blocks, no-position, if position...whichever you need

                    R 1 Reply Last reply Reply Quote 1
                    • R
                      rafadeggau @TipsyWisdom last edited by

                      @tipsywisdom I will try this week. I do not have time now. thanks

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

                        It's done! Thanks to everyone who read my question and to @l-andorrà and @tipsywisdom for the tips and guidance

                        Every day is a learning day

                        Below is the link to the project

                        https://fxdreema.com/shared/1KhhqLv2d

                        0_1627036159168_Capturar5.JPG

                        l'andorrà TipsyWisdom 3 Replies Last reply Reply Quote 0
                        • l'andorrà
                          l'andorrà @rafadeggau last edited by

                          @rafadeggau And what's the issue exactly?

                          (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 1
                          • TipsyWisdom
                            TipsyWisdom @rafadeggau last edited by

                            @rafadeggau

                            Nice work! Glad we could be of assistance

                            1 Reply Last reply Reply Quote 1
                            • R
                              rafadeggau last edited by

                              @l-andorrà I did not understand your question. I didn't understand the placement of the term "issue". I'm from Brazil and my English is supported by translators. Sorry. Can you rephrase your question?
                              Now, EA is work correctly

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

                                @rafadeggau

                                Acabei de notar que seu EA parece tirar vantagem de grandes movimentos em uma direção.

                                Eu estaria disposto a apostar que, com a realização de lucros ligeiramente diferentes, você poderia ter tanto sucesso voltando na direção oposta. Porque os mercados normalmente fazem o que é chamado, voltam a significar ou voltam ao meio.

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

                                  Yes. The fibonacci retraction will be to manually operate these movements when I identify exhaustion zones (accumulation and distribution) in the future and gradually I want to test the automation of some operations with indicators, but I don't have much time or knowledge with fxdreema blocks , but each thing in its time... I will learn!

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

                                    @rafadeggau tenha cuidado, uma vez que você começa a usar indicadores, eles são como um vício. Você assiste a um vídeo sobre como usá-lo, eles fazem com que pareça tão bom ... e com certeza, às vezes eles podem ajudar a ganhar grandes negociações, mas o mantêm fora de tantos vencedores.

                                    preço ação é rei.

                                    infelizmente, às vezes é muito mais fácil usar apenas um indicador no lugar de alguma ação.

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

                                    Online Users

                                    C
                                    M
                                    O
                                    H
                                    F
                                    H
                                    M

                                    11
                                    Online

                                    146.7k
                                    Users

                                    22.4k
                                    Topics

                                    122.6k
                                    Posts

                                    Powered by NodeBB Forums | Contributors