fxDreema

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

    How to EA- turn off Auto Trading disable after profit got hit

    Questions & Answers
    4
    22
    1862
    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.
    • G
      go.funded last edited by

      Hello, I need help I wanted to create an Bot/EA that turns off "AUTO TRADING" after an specific Profit target got hot. I need the tunr AUTO TRADING off and not the DELETE BOT than, please lemme know if you can help me.

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

        I really don't think it's possible to change a terminal properties like Trade permission, why not store profit target in a variable then use it in a condition block?

        https://docs.mql4.com/runtime/tradepermission

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

          You are better off to just stop, but if you need to control another bots actions you can follow this: https://fxdreema.com/forum/topic/19004/help-custom-mql-code?_=1729240204895

          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
          • l'andorrà
            l'andorrà @go.funded last edited by

            @go-funded Why not just blocking the bot to stop opening more trades instead of turning off auto trading? That would be far easier to do.

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

            G 2 Replies Last reply Reply Quote 0
            • G
              go.funded @l'andorrà last edited by

              @l-andorrà my bot is written in 2 bots running on 2 charts at the same time, i want when an specific amount of Money in $ got hit that the bot is turning off (both of them) and close all floating trades

              1 Reply Last reply Reply Quote 0
              • G
                go.funded @padletut last edited by

                @padletut dont know what you mean Bro, can you explain me pls

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

                  You can do this with terminal variables, anything saved on the same terminal can be read and used, so between charts. In most standard blocks you can change the symbol used

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

                  G 1 Reply Last reply Reply Quote 0
                  • G
                    go.funded @jstap last edited by

                    @jstap

                    you got an code for this?

                    1 Reply Last reply Reply Quote 0
                    • G
                      go.funded last edited by

                      I found on mql4 how to remove an EA, but it works only for the EA that the code is programmed inside, but i dont want to edit my 2 bots i just want 1 extern bot that can close 2 extern bots, you know what I mean?

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

                        If you add a shared link exactly what you want can be seen. to turn off other bots the only thing I can think of is in the above link to stop automatic trading.

                        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
                        • G
                          go.funded last edited by

                          What link you mean thats above?

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

                            https://fxdreema.com/forum/topic/19004/help-custom-mql-code?_=1729240204895

                            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
                            • G
                              go.funded last edited by

                              yeah saw this link but isnt working like i want

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

                                Add a shared link to show exactly what you are trying to do.

                                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
                                • G
                                  go.funded last edited by

                                  its closing only the trades but isnt deleting the bots or anything else, and only if a specific DD/max Daily loss got it
                                  and afterwards the EAs trading along, i tryed

                                  what link should i share? like there isnt anything thats working what i want, i see several people with the same prblme like me

                                  1 Reply Last reply Reply Quote 0
                                  • G
                                    go.funded last edited by

                                    Im trying to explain more precise

                                    I got an EA written in 2 EAs running on 2 Charts at the same Time

                                    Running from Asia to London Session

                                    But I want !IF! a specific Profit got hit like 50$ every night that the 2 EAs running on the 2 different Charts are turning Off/stop trading, and all Floating Profit/loss is getting closed

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      go.funded @l'andorrà last edited by

                                      @l-andorrà How do i blcok theese 2 bots?

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

                                        It's not that simple, if these bots are FX bots amend them, if not you will have to turn auto trading off.

                                        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
                                        • G
                                          go.funded last edited by

                                          but isnt it possible with another bot or smth? that everythoing works automatically?

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

                                            Not without turning auto trading off.

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

                                            Online Users

                                            K
                                            A
                                            S
                                            B
                                            A

                                            25
                                            Online

                                            146.7k
                                            Users

                                            22.4k
                                            Topics

                                            122.6k
                                            Posts

                                            Powered by NodeBB Forums | Contributors