fxDreema

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

    3 difference Moving average combination

    Questions & Answers
    4
    10
    1232
    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.
    • W
      William 1 last edited by

      Hello Dreemas

      If i have 3 MA: 2, 5 and 10 moving and the need to cross eachothers. If i make all possible combinations that means i need 27 combination. does that means i need 52 conditions or are there a simple way to do it.

      l'andorrà jstap 2 Replies Last reply Reply Quote 0
      • B
        biztet last edited by

        Well i don't think so @William-1 . Could you share the detail sop to open the buy/sell trades?

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

          @william-1 Are all combinations possible or just some of them? There is a simple way to do it via arrays, but then you will need custom code. There are no blocks in fxDreema doing that, I'm afraid.

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

          W 1 Reply Last reply Reply Quote 0
          • W
            William 1 @biztet last edited by

            @biztet

            The strategy is followed:

            There are 4 moving average:

            • 2 (black)
            • 5 (yellow)
            • 10 (dark blue)
            • 20 (Light green)
              0_1640979732783_13bba42e-5e1e-4d4b-9c5d-f95f44d8dee9-image.png
              When MA 2 (black) cross MA 10 (dark blue) its prepare to give a signal. After that the MA 2 needs to cross the candle price too (total candle).

            When its cross its need to know the MA’s combination. In this situation its (highest to lowest):
            1 = MA 2
            2= MA 10
            3 = MA 5
            4 = MA 20. This means sell.
            If :
            1= MA 10
            2 = MA 2
            3 = MA 5
            4 = MA 20
            Means buy for example

            When MA 2 cross MA 10 its buys or sell one time. Its repeat when its cross another.

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

              @l-andorrà Is it possible have all combination and then choose combination A to buy or B to sell or C do nothing?

              1 Reply Last reply Reply Quote 0
              • B
                biztet last edited by biztet

                {
                When its cross its need to know the MA’s combination. In this situation its (highest to lowest):
                1 = MA 2
                2= MA 10
                3 = MA 5
                4 = MA 20. This means sell.
                If :
                1= MA 10
                2 = MA 2
                3 = MA 5
                4 = MA 20
                Means buy for example

                When MA 2 cross MA 10 its buys or sell one time. Its repeat when its cross another.
                }

                When i read this, does it mean the buy@sell signal valid when ma2 crosses above@below ma10?
                The condition for buy is when 10>2>5?
                And the condition for sell is when 2>10>5?

                What is the condition for ma20 then?
                Is it when the candle close above@below ma20?

                W 1 Reply Last reply Reply Quote 0
                • jstap
                  jstap @William 1 last edited by

                  @william-1 I think the simple way of looking at this is something like

                  If
                  MA1 is > MA2
                  and
                  MA2 is > MA3
                  and
                  MA4 X> MA1 (used as the trigger) BUY.

                  Or any combination of this logic, I may be wrong but a cross happens once and after the MAs are either above or below.

                  Learn fxDreema Without the Wait!

                  My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                  The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                  Don’t miss out

                  Click here➡️ https://mybook.to/fxDreema to get your copy today!

                  Enjoy! 😊

                  W 1 Reply Last reply Reply Quote 0
                  • W
                    William 1 @biztet last edited by

                    @biztet Let me put it this way step by step:

                    Step 1
                    When MA 2 crossing MA 10 (above ) it means its prepare a new trade.

                    Step 2
                    After that the MA 2 need to cross the candle (upper wick, body and under wick) the second crossing is a confirm.

                    Step 3
                    In this step it analyse the MA’s. In this case
                    MA 2 (blue)
                    MA 10 (yellow)
                    MA 5 (red)
                    MA 20 (aqua)
                    This combination means Buy.

                    If its a reverse
                    MA 20
                    MA 5
                    MA 10
                    MA 2
                    Its sells.

                    After profit or lost it wont buy/sell. Until MA 2 cross Ma 10. Thats why its said do nothing.
                    0_1641056050099_e2e69d0b-1a33-48c5-9ded-2d7c2ca64019-image.png
                    There are four MA so there are around 20 possibilities. So i want to make 1 first.

                    The cross over with MA 5 and 20 does nothing they are for the possibilities.

                    1 Reply Last reply Reply Quote 0
                    • W
                      William 1 @jstap last edited by William 1

                      @jstap I shall try this way too. But how do i trade only one time after each crossover.

                      jstap 1 Reply Last reply Reply Quote 0
                      • jstap
                        jstap @William 1 last edited by

                        @william-1 You could count the candles from a cross and only allow trade when numbers are within the desired range.

                        https://fxdreema.com/shared/vX6lG6Emd

                        Learn fxDreema Without the Wait!

                        My comprehensive book, available on Amazon, is packed with examples and invaluable insights to help you fast-track your learning journey.

                        The paperback and hardback editions include MT4 & MT5 QR codes for easy access to all prebuilt projects and robots, including my latest gold trading robot!

                        Don’t miss out

                        Click here➡️ https://mybook.to/fxDreema to get your copy today!

                        Enjoy! 😊

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

                        Online Users

                        N
                        S
                        E
                        S
                        N
                        O

                        18
                        Online

                        146.7k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors