fxDreema

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

    How to put the password to an EA that I have to give to a friend?

    Tutorials by Users
    8
    10
    1009
    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
      marcobproscalper last edited by

      How to put the password to an EA that I have to give to a friend?
      I want to prevent it from being disclosed, thanks to those who will help me!

      1 Reply Last reply Reply Quote 0
      • F
        Felipe88 last edited by

        Voce pode inserir uma data de vencimento.
        Assim quando for a data determinada o EA irá parar de funcionar.

        Você pode fazer isso diretamente pelo fxdreema ou manualmente inserindo no código esta função caso entenda sobre codigos.

        Voce oode enviar aqui o codigo ou o link do projeto que farei para voce se desejar.

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

          You can put the client's account number in a condition, if different terminate, you could put a password in a condition, if friend doesn't enter the correct password, the EA again terminates

          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
          • VHV-Profit-Masters
            VHV-Profit-Masters last edited by

            Hello friend, I am not an expert but I think this is what you need, you can unlock the blocks you need and use them, success in your project.

            https://fxdreema.com/shared/ZAmwIkn7c

            Youtube Tutorial:
            https://www.youtube.com/watch?v=qmKxo7nIlYI&pp=ygUQbGljZW5jZSBmeGRyZWVtYQ%3D%3D

            B 1 Reply Last reply Reply Quote 1
            • C
              creatingrobot last edited by

              please i want to know how to stop the robot from placing trade after making $20 profit daily.

              VHV-Profit-Masters l'andorrà 2 Replies Last reply Reply Quote 0
              • VHV-Profit-Masters
                VHV-Profit-Masters @creatingrobot last edited by

                @creatingrobot Hello, share a thread of the robot to see its logic and help you if possible.

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

                  @creatingrobot I already replied to your request. Please don't duplicate your questions.

                  (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
                  • B
                    beyignin @VHV-Profit-Masters last edited by

                    @VHV-Profit-Masters THANKS !!!!!

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

                      I had the same situation a while ago when I created an Expert Advisor (EA) for a friend but didn’t want it to be shared or misused. After some research and trial-and-error, I found a simple way to protect it using account restrictions and a basic password system.

                      What I did was include a few lines of code in the EA that check for a specific account number or password. If the password doesn’t match, the EA simply won’t run. For example, I added something like this in the OnInit() function:

                      string allowedPassword = "mysecret123";
                      if (password != allowedPassword) {
                      Print("Unauthorized user");
                      return(INIT_FAILED);
                      }

                      I also added an input field for the password so my friend could enter it when attaching the EA to the chart. It worked great — simple but effective for personal sharing.

                      Later on, I learned about binding the EA to specific account numbers using AccountNumber() for extra security. That way, even if someone shares the EA, it won't run on unauthorized accounts.

                      If you're not familiar with MQL4/5, I suggest searching for “account lock EA mql4” or “EA licensing” — there are even services that can do it professionally if needed.

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

                        Yes but some code doesn't work on FX, all of this can be done by setting standard blocks... is the biggest advantage to FX, most code is already in the blocks

                        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

                        A
                        R
                        S
                        M
                        P
                        R
                        A
                        D
                        A

                        18
                        Online

                        146.7k
                        Users

                        22.4k
                        Topics

                        122.6k
                        Posts

                        Powered by NodeBB Forums | Contributors