fxDreema

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

    WAIT TO PASS

    Questions & Answers
    3
    14
    1100
    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.
    • T
      TheDisliked last edited by

      Hey , Hope you all doing great !

      I would like to know how to use the wait to pass option when you right click on a condition box. In simple terms I want a condition to happen only if the 1st condition is meet or has happened.

      EXAMPLE: I want a trade to take place after the price has crossed Above the middle line of a Bollinger band but this trade should only happen if the moving average has already crossed above the middle line of a Bollinger band .

      Thank you

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

        @thedisliked You could just use candle ID 1, this would be the cross happened on the previous candle

        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
        • T
          TheDisliked last edited by

          @jstap this would not be looking at the the 1st indicator, whether the moving average had already crossed or not .

          I hope you get i mean.

          1 Reply Last reply Reply Quote 0
          • T
            TheDisliked last edited by

            @jstap

            And please how can i specify the number of candles or range on the number of candles . so lets say the first criteria of the EA is meet and the 2nd criteria should happen within the specific number of bars other wise it should be ignored .

            Thank you

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

              @thedisliked You can get all of that with variables controlling when those events happened. Can you please share the link to your project?

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

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

                @thedisliked Candle id references time something happened regardless of window, in HERE there is some examples on how to achieve this.

                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
                • T
                  TheDisliked @l'andorrà last edited by

                  @l-andorrà

                  link text

                  0_1635136647307_Capture.PNG

                  Basically this the EA, and all I need is for the trade to enter once the moving average has crossed below the upper Bollinger band. And in addition to that i would like to specify a number of bars or time if the moving average has not crossed in that specified time is should look for a new trade. I hope This makes sense .

                  Thank you

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

                    @thedisliked Then you need three separate block trees and not one as per your example. One to check when the crossing happend and then activate a true/false variable. Then a second one counting bars with a second variable and finally a third one launching the trade that should include both previous variables.

                    (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
                    • T
                      TheDisliked last edited by TheDisliked

                      @l-andorrà @jstap

                      please can you send me an example of the variables to use. just the separate tree block in my case without any values that would be great.
                      Here is the link to my project( https://fxdreema.com/shared/sVI6QvM2)

                      I Want the trade to only enter after the moving average has crossed.

                      cause am not familiar with other types of blocks and how to use them . Thank you

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

                        @thedisliked You had nearly done it, candle ID1 means cross happened on the previous candle

                        0_1635253658719_390ab0f2-a578-4113-8682-4ca36d0561bc-image.png

                        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
                        • T
                          TheDisliked last edited by

                          @jstap

                          Thanks for the positive feedback , But in regards to the number of candles ( lets say if the moving average does not cross the Bollinger band in 1-15 candles after the price has crossed then the trade should not happen) i cant find what block to use in this regards . Thanks

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

                            @thedisliked This is when things start to get complicated, you could have something like candle is above BB, under MA crosses BB. Otherwise you need to use variables to record when a cross happens, reset this variable once no longer valid so, when the next cross happens it works like a trigger so trade activates, then likely reset the variable so conditions can happen again.

                            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
                            • T
                              TheDisliked last edited by

                              @jstap Thanks for explaining unfortunately am lost. what block or block tree should I use for it to determine the number of candles before it ignores a trade.

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

                                @thedisliked In HERE is a few options that will likely help.

                                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

                                Z
                                M
                                G
                                W
                                M
                                N
                                G
                                H
                                S
                                E

                                21
                                Online

                                146.7k
                                Users

                                22.4k
                                Topics

                                122.6k
                                Posts

                                Powered by NodeBB Forums | Contributors