selling my robots
-
How can i make my robots uncopyable and put them for sale on the mt5 or other websites.
-
@veetee Just compile them normally. There are not civilian-use software tools capable of breaching them available yet. That can change with AI, of course.
-
For Non MQL5 Market place purposes, you can do the following:
- Add an expiry date to the EA
- Add a password to the EA
- Restrict the EA to certain account numbers
- Store the data on a website/database and use "post" to verify the data.
No 4 is what I personally prefer to use or No 3.
4 requires a bit of coding experience. 3 is cumbersome but very effective. -
THANKS L'ANDORRA AND EPAPA
-
You're welcome.
-
@Epapa
thanks so much for the tips.
i have the same concern too.
mind if me asking how to add a password for the EA program (No.2)?thanks.
-
@ivyzhao You create a string type Constant (I called it password in my example) and then you do this in the 'on init' tab:

Please notice I connected the 'terminate' block to the condition's yellow output dot, not the orange one.
-
many thanks

-
You're welcome.