fxDreema

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

    Liquidity sweep (I am going crazy)

    Tutorials by Users
    4
    13
    1210
    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.
    • A
      algotradr last edited by

      Please can someone help with this?

      I am trying to build a sequence where I want the EA to open BUY trades ONLY after the previous day LOW has been violated (crossed or even only touched) and open SELL trades after the previous day HIGH has been violated.

      It doesn’t matter if the price will remain above or below the level of previous day high/low, but it need to have touched or crossed or closed above/below to trigger all the rest of the EA.

      Thanks in advance, I am going crazy since 2 weeks.

      1 Reply Last reply Reply Quote 0
      • C
        cmuphyfx last edited by

        This is a pretty EA to build, do you have any start? Once per bar->Was the last candle high/low higher/lower than candle 1 (daily) high/low?->if yes, buy/sell

        1 Reply Last reply Reply Quote 0
        • A
          algotradr last edited by

          Yes I have the full EA built that works super well but I just want to add this condition and I can’t manage to do it because I do not want the trade to open only if the price is on one side of the previous daily low/high. I want the trade to open at wherever other conditions and potitions but FIRST it have to touch that high/low level

          G 1 Reply Last reply Reply Quote 0
          • C
            cmuphyfx last edited by

            So you need to set a flag as a condition. Same logic as above, and if price has exceeded the daily high/low you set a flag to true, and then in your other conditions, you check to see if that flag is true and if so, proceed.

            A 1 Reply Last reply Reply Quote 0
            • G
              GINGI bot @algotradr last edited by

              @algotradr can you share your project please

              1 Reply Last reply Reply Quote 0
              • A
                algotradr @cmuphyfx last edited by

                @cmuphyfx How can I do it? Which block to use?

                1 Reply Last reply Reply Quote 0
                • A
                  algotradr last edited by

                  @GINGI-bot I do not know how to do this

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

                    @algotradr You can share a project this way:

                    01.png

                    (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
                    • A
                      algotradr last edited by

                      Thanks! This is the shared link of the FVG creation.
                      https://fxdreema.com/shared/KrANVSQrd

                      I need it to create the FVG only after the price crossed, closed or even only touched the previous day high/low.

                      As I wrote before, it isn't relevant where the price is, but it is mandatory that the FVG opens only after the liquidity sweep.

                      1 Reply Last reply Reply Quote 0
                      • C
                        cmuphyfx last edited by

                        I can't edit your project, but you need to create a condition block that checks to see if the high/low today, is higher/lower than yesterday's high/low. If that is true, then you set a flag (call it violation_today) to true. In your logic for actually placing the trade, you need to make sure the flag (violation_today) is true, if so, you can proceed.

                        A 1 Reply Last reply Reply Quote -1
                        • A
                          algotradr @cmuphyfx last edited by

                          @cmuphyfx can you share the built version so that I can copy-paste in my project? I’ll really appreciate 🤝

                          1 Reply Last reply Reply Quote 0
                          • A
                            algotradr last edited by

                            No more help? T-T

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

                              You should use a 'once per bar' block on top of both block trees. You don't need them to be checked every tick.

                              (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

                              D
                              E
                              M
                              H
                              C
                              I
                              I
                              E

                              18
                              Online

                              146.6k
                              Users

                              22.4k
                              Topics

                              122.6k
                              Posts

                              Powered by NodeBB Forums | Contributors