fxDreema

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

    heikin ashi bear to bull find low size

    Questions & Answers
    3
    8
    35
    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.
    • S
      swieng last edited by

      Hello,
      Can someone help to find the heikin ashi candle going from bear to bull, but only if the total size of the first bull heikin ashi candle is smaller than the bear heikin ashi candle before(2) or the HA candle before that one (3).

      What I have now in fxdreema gives an irregular outcome.

      thanks for your help

      Heiki_ashi_bear to bull_1.mq4

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

        Not sure what you exactly mean. Could you please share a screenshot with a visual example of what you need?

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

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

          @l-andorrà
          Hello L'Andorrà, hereunder a screenshot from the EA and what it is doing wrong.

          2c38fcb1-8f61-432d-8d91-3206907f4c1f-image.png

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

            I think the HA problem is how it measures the candles, try this and see if it works correctly: https://fxdreema.com/shared/bIah92CYd

            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! 😊

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

              @jstap
              Hello, thanks for your reply. I already thought there is a problem in the HA. However I would still like to use the coding in condition blocks. Could you check the custom code in my EA and tell me where I go wrong? I think the problem is finding the high and low of each heikin ashi candle. test_2026_03_4_d.mq4

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

                Add a shared project link rather than mq4. project screen - projects - create project link -open in browser - copy address bar and past here. As for using the standard blocks they cannot amend the candle ID so will have to use custom code regardless.

                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! 😊

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

                  @jstap

                  Hope this works:
                  https://fxdreema.com/shared/b4uO2RLDc

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

                    You'll have to say if it does/doesn't, not recently I have tried to use HA this way, but didn't show the right candle, why I used ChatGPT and it said:

                    Why the lines appear on the wrong candle
                    Your logic is correct, but the visual mismatch happens because of how MT4 handles:

                    • Heikin‑Ashi indexing
                    • Shift timing
                    • Bar completion
                    • Redrawing on every tick
                      Two things cause the lines to appear on the 3rd candle instead of the 1st:
                    1. Heikin‑Ashi is not aligned with the chart candles
                      You’re drawing lines on the real chart, but your logic is detecting HA candles, which do not line up 1:1 with the visible candles.
                      So:
                    • HA shift 1 ≠ real chart shift 1
                    • HA shift 2 ≠ real chart shift 2
                      This alone can move your line forward by 1–2 candles.
                    1. Your code uses Time[1], but the HA candle you detected may actually correspond to Time[2] or Time[3]
                      Because HA candles are synthetic, the “bullish HA candle at shift 1” might visually appear on the chart two candles later.
                      So the line is drawn correctly according to your logic, but not where your eyes expect it.

                    so good luck relying on the standard blocks... as in your picture above it looks like this is the problem you are facing.

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

                    Online Users

                    S
                    T
                    A
                    Y
                    H
                    B
                    K

                    12
                    Online

                    146.7k
                    Users

                    22.4k
                    Topics

                    122.6k
                    Posts

                    Powered by NodeBB Forums | Contributors