fxDreema

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

    Macd cross line below 0

    Questions & Answers
    2
    8
    969
    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
      renatojjs last edited by

      Hello,
      I'm coding a strategy that consists in buy when the MACD lines are below the 0 and they cross up (main&signal). After the cross they can go above the 0 but what matters is that, at the time of crossing up, they are below the 0.

      Right now on my fxdreema, as soon as the lines of the macd go above the 0 line, the EA stops looking for the trade and that's not what I want.
      The EA should stop looking for the trade only when the macd lines crosses down again. Doesnt matter if it is above the 0 line or not.

      How can I put this in my fxdreema in order to the EA still look for a trade even if the macd is now above the 0 line?

      I'll attach an image for better understanding
      Any help would be much appreciated!!
      Thank you very much!!
      0_1614110405421_Captura de ecrã 2021-02-23, às 19.58.10.png

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

        @renatojjs You are requiring both crossing conditions to be true at the exact same time and that will always never happen. The fast MACD line will almost always cross up BEFORE the slow line. You should select a different combination of conditions to be checked that are more likely to happen on the chart.

        (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
        • R
          renatojjs last edited by

          @l-andorrà thank you for the fast response!

          Maybe I'm not explaining in the best way, I'll send an image bellow for better understanding.
          0_1614189817328_Captura de ecrã 2021-02-24, às 18.01.43.png

          Thank you very much for the help

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

            @renatojjs Then you wil need a variable (a boolean one for example) identifying the exact moment in which the correct crossing happens. While the variable is 'true', you can seacrh for other conditions to be met. Once an opposte crossing happens the variable is moved to 'false' again.

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

              @l-andorrà thank you for the help!
              After searching in the forum I found one topic with an answer of yours that talked about using the boolean variables and i've been trying to implement it but it seem's I cannot make it work 😞

              I'm also trying to make an EA of another strategy using stochastic but the main concept is the same as this one (KD lines of the stoch crossed up and are above the 20 line and after this I need to fulfill other conditions before enter a trade, so i think I need more than 1 variable) and I can't figure out how to do this.
              I made another topic for this strategy with a clear explanation of what I would like to do (https://fxdreema.com/forum/topic/11945/after-a-condition-is-true-wait-for-another-condition-and-only-then-enter-a-position)

              If you can explain how to proper use these boolean variables and how to make them work I would be very grateful

              Once again thank you very much for all the help

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

                @renatojjs Can you please specify which project is the one you are interested in?

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

                  @l-andorrà sorry I'm mixing topics, my mistake!
                  So if you can help me on the other one wich I think it's a little more complex I'd appreciate it 🙏 I'll send the link bellow with all the explanations of my doubts:

                  https://fxdreema.com/forum/topic/11945/after-a-condition-is-true-wait-for-another-condition-and-only-then-enter-a-position

                  Thank you once again for the support!!

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

                    @renatojjs Ok. So please do not conitnue this thread. We'll move to that one.

                    (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

                    A
                    M
                    M
                    R
                    B
                    Y
                    T
                    S

                    10
                    Online

                    146.8k
                    Users

                    22.4k
                    Topics

                    122.6k
                    Posts

                    Powered by NodeBB Forums | Contributors