fxDreema

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

    Candle Patterns logic

    Questions & Answers
    10
    31
    3651
    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.
    • N
      Nehemiah7 last edited by

      Hi everyone! Need your help on these candle patterns:

      Pattern 1: Piercing Line Pattern
      Logic: candle close(1) > candle open(1) && candle open(2) > candle close(2) && candle close(1) > ((candle open(2) + candle close(2)) / 2) && candle close(1) < candle open(2)

      Pattern 2: Dark Cloud Cover Pattern
      Logic: candle close(1) < candle open(1) && candle open(2) < candle close(2) && candle close(1) < ((candle open(2) + candle close(2)) / 2) && candle close(1) > candle open(2)

      It looks like we're going to need a condition block with 3 operands; 😅 anyway, thanks in advance đŸ‘đŸŸ

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

        You can use condition blocks normally but storing some info into variables beforehand and then combine more than one condition block. For example:

        Variable with this calculation: candle open(1) && candle open(2)
        Condition block 1. candle close(1) > variable result from previous calculation.
        And so on.

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

          @l-andorrĂ  can you make an example please

          1 Reply Last reply Reply Quote 0
          • N
            Nehemiah7 @l'andorrĂ  last edited by

            @l-andorrĂ  how can I do that?

            P 1 Reply Last reply Reply Quote 0
            • P
              PhiLykia last edited by

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

              1 Reply Last reply Reply Quote 0
              • P
                PhiLykia @Nehemiah7 last edited by

                @Nehemiah7 @Nathan2018
                https://fxdreema.com/shared/lcxWYJ3Vd

                TEST851.png

                N l'andorrĂ  2 Replies Last reply Reply Quote 1
                • N
                  Nehemiah7 @PhiLykia last edited by

                  @PhiLykia Wow thanks
                  I check this out

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

                    @PhiLykia Interesting results. Did you try then on real?

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

                    P 1 Reply Last reply Reply Quote 0
                    • P
                      PhiLykia @l'andorrĂ  last edited by

                      @l-andorrĂ  Hello, I haven't had time to delve deeper into the strategy yet. I built it quickly and it's the only test I've tried with just TP 50 pips. first of all the candle pattern is interesting.

                      look this: https://fxdreema.com/shared/nmMDeYbBb

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

                        Very interesting, thank you.

                        (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
                        • N
                          Nathan2018 @PhiLykia last edited by Nathan2018

                          @PhiLykia this is the full list of the patterns

                          Pattern 1: Bullish Engulfing Pattern
                          Logic: candle close(1) > candle open(1) && candle open(2) > candle close(2) && candle low(1) < candle low(2) && candle high(1) > candle high(2)

                          Pattern 2: Bearish Engulfing Pattern
                          Logic: candle close(1) < candle open(1) && candle open(2) < candle close(2) && candle low(1) > candle low(2) && candle high(1) < candle high(2)

                          Pattern 3: Bullish Harami Pattern
                          Logic: candle close(1) > candle open(1) && candle open(2) > candle close(2) && candle low(1) > candle low(2) && candle high(1) < candle high(2)

                          Pattern 4: Bearish Harami Pattern
                          Logic: candle close(1) < candle open(1) && candle open(2) < candle close(2) && candle low(1) < candle low(2) && candle high(1) > candle high(2)

                          Pattern 5: Piercing Line Pattern
                          Logic: candle close(1) > candle open(1) && candle open(2) > candle close(2) && candle close(1) > ((candle open(2) + candle close(2)) / 2) && candle close(1) < candle open(2)

                          Pattern 6: Dark Cloud Cover Pattern
                          Logic: candle close(1) < candle open(1) && candle open(2) < candle close(2) && candle close(1) < ((candle open(2) + candle close(2)) / 2) && candle close(1) > candle open(2)

                          Pattern 7: Morning Star Pattern (Bullish reversal pattern)
                          Logic: candle open(3) > candle close(3) && candle close(2) < candle low(3) && candle open(2) < candle close(2) && candle close(1) > candle open(1) && candle close(1) > ((candle open(3) + candle close(3)) / 2)

                          Pattern 8: Evening Star Pattern (Bearish reversal pattern)
                          Logic: candle open(3) < candle close(3) && candle close(2) > candle high(3) && candle open(2) > candle close(2) && candle close(1) < candle open(1) && candle close(1) < ((candle open(3) + candle close(3)) / 2)

                          Pattern 9: Hammer Pattern (Bullish reversal pattern)
                          Logic: candle close(1) < candle open(1) && (candle high(1) - candle low(1)) > 2 * (candle open(1) - candle close(1)) && (candle open(1) - candle low(1)) < 0.25 * (candle high(1) - candle low(1))

                          Pattern 10: Hanging Man Pattern (Bearish reversal pattern)
                          Logic: candle close(1) > candle open(1) && (candle high(1) - candle low(1)) > 2 * (candle close(1) - candle open(1)) && (candle close(1) - candle low(1)) < 0.25 * (candle high(1) - candle low(1))

                          Pattern 11: Shooting Star Pattern (Bearish reversal pattern)
                          Logic: candle close(1) > candle open(1) && (candle high(1) - candle low(1)) > 2 * (candle close(1) - candle open(1)) && (candle high(1) - candle close(1)) > 0.66 * (candle high(1) - candle low(1))

                          Pattern 12: Inverted Hammer Pattern (Bullish reversal pattern)
                          Logic: candle close(1) < candle open(1) && (candle high(1) - candle low(1)) > 2 * (candle open(1) - candle close(1)) && (candle high(1) - candle close(1)) > 0.66 * (candle high(1) - candle low(1))

                          Pattern 13: Bullish Marubozu (Strong bullish signal)
                          Logic: candle close(1) > candle open(1) && candle open(1) == candle low(1) && candle close(1) == candle high(1)

                          Pattern 14: Bearish Marubozu (Strong bearish signal)
                          Logic: candle open(1) > candle close(1) && candle open(1) == candle high(1) && candle close(1) == candle low(1)

                          Pattern 15: Doji (Indecision, potential reversal)
                          Logic: abs(candle open(1) - candle close(1)) < ((candle high(1) - candle low(1)) * 0.1)

                          Pattern 16: Bullish Spinning Top (Indecision, potential bullish reversal)
                          Logic: candle close(1) > candle open(1) && (candle close(1) - candle open(1)) < ((candle high(1) - candle low(1)) * 0.3)

                          Pattern 17: Bearish Spinning Top (Indecision, potential bearish reversal)
                          Logic: candle open(1) > candle close(1) && (candle open(1) - candle close(1)) < ((candle high(1) - candle low(1)) * 0.3)

                          Pattern 18: Bullish Three White Soldiers (Strong bullish signal)
                          Logic: candle close(1) > candle open(1) && candle close(2) > candle open(2) && candle close(3) > candle open(3) && candle close(1) > candle close(2) && candle close(2) > candle close(3) && candle open(1) > candle open(2) && candle open(2) > candle open(3)

                          Pattern 19: Bearish Three Black Crows (Strong bearish signal)
                          Logic: candle open(1) > candle close(1) && candle open(2) > candle close(2) && candle open(3) > candle close(3) && candle close(1) < candle close(2) && candle close(2) < candle close(3) && candle open(1) < candle open(2) && candle open(2) < candle open(3)

                          T P A 3 Replies Last reply Reply Quote 0
                          • T
                            tec.nacks @Nathan2018 last edited by

                            @Nathan2018 it will make a lot of sense to build this for anyone to pick from whenever needed.

                            Can you do it?

                            N 1 Reply Last reply Reply Quote 0
                            • N
                              Nathan2018 @tec.nacks last edited by Nathan2018

                              @tec-nacks you're right! I'm trying

                              T 1 Reply Last reply Reply Quote 0
                              • T
                                tec.nacks @Nathan2018 last edited by

                                @Nathan2018 yeah...give it a shot since you've cleared out the logic on paper would be easy to dev

                                N 1 Reply Last reply Reply Quote 0
                                • P
                                  PhiLykia @Nathan2018 last edited by

                                  @Nathan2018 @tec-nacks https://fxdreema.com/shared/yMrG9iJMd

                                  T N B 4 Replies Last reply Reply Quote 2
                                  • T
                                    tec.nacks last edited by

                                    OH MY GOD!!!!!!!!

                                    You killed it Man

                                    1 Reply Last reply Reply Quote 0
                                    • T
                                      tec.nacks @PhiLykia last edited by

                                      @PhiLykia This is amazing man...will check em out

                                      1 Reply Last reply Reply Quote 0
                                      • N
                                        Nathan2018 @tec.nacks last edited by

                                        @tec-nacks Wooooooowwwww!!!!!!!!!!!!!!!!!!!!! Oh my goooshhh!!!!!!!

                                        1 Reply Last reply Reply Quote 0
                                        • N
                                          Nathan2018 @PhiLykia last edited by

                                          @PhiLykia This is mind-blowing!!!!!!!!! Woooooow!!!!

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            tec.nacks @PhiLykia last edited by

                                            @PhiLykia You can pin them to the tutorial section of the forum...besides we can always connect on and for complex projects...I always love complex concepts and logics.

                                            My Message box is open

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

                                            Online Users

                                            S
                                            T
                                            A
                                            Y
                                            H
                                            B
                                            K

                                            32
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors