fxDreema

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

    Need Help to stop continuous alert

    Questions & Answers
    4
    13
    874
    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.
    • M
      Mtrader4 last edited by

      Hi, I have made this EA. but its giving alert in each candle when the condition are met. Can anyone please help me to stop continuous alert. I just need alert once for buy and alert once for sell.0_1649323867159_EA.jpg

      Thanks

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

        @mtrader4 The problem is deciding when the combination happens 'once'. You can do it with a variable, but you will need to specify when the condition is supposed to happen again.

        (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
        • M
          Mtrader4 last edited by Mtrader4

          I want to build the EA based on the following condition

          if ClosePrice>EMA(200) && RSI>50 && Closeprice>ParaboliceSar then Buy

          and if ClosePrice<EMA(200) && RSI<50 && Closeprice<ParaboliceSar then Sell

          The alerm triggers once when there is a buy signal. After that when a sell signal triggers there will be one sell signal untill again a buy signal triggers.

          Can you please help me with the variable based on this conditions.

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

            @mtrader4 Ok. 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.

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

              @l-andorrà

              Here is the link of the project

              https://fxdreema.com/shared/Yh2ZWBDCd

              Thanks

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

                @mtrader4 You should add a 'no trade' block immediately above both 'alert' blocks. One for sells and another one for buys. That way there will be just one alert each time a new trade is open.

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

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

                  @l-andorrà Sorry for the inconvenience. I dont want to open a trade automatically. I want to open trade manually. I just need to get the alert and will decide manually if I want to open a trade. I cant stop the alert which goes on in every candle.

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

                    @mtrader4 But what if several crossing happen for 10 minutes for example? Which one should be the correct one, the first one or the last one?

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

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

                      @l-andorrà If several BUY Crossing happens it will alert only first one (BUY alert) not the last one. After that it will give SELL alert when the condition met for SELL signal first time only.

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

                        @l-andorrà would increasing the width of the crossings help?

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

                          @majinrex Use a once per bar block.

                          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
                          • M
                            Mtrader4 last edited by

                            I think I have figured this out. I have tested BUY signal and its working fine. But the complete project ( both BUY and SELL) is more than 10 blocks. I am afraid I am not using the paid version. Thats why cant test the complete project. If I share my project can you please provide me the mq4 file if you are using the paid version.

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

                              @majinrex That depends on the whole strategy. What will that make for sure is increasing the numbers of checkings per 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 1
                              • 1 / 1
                              • First post
                                Last post

                              Online Users

                              H
                              B
                              K
                              A
                              S

                              14
                              Online

                              146.7k
                              Users

                              22.4k
                              Topics

                              122.6k
                              Posts

                              Powered by NodeBB Forums | Contributors