| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
I moved your post to this thread. Read this thread from beginning and i hope you will find everything. Besides this Codersguru article is good also http://www.metatrader.info/node/132 |
|
||||
|
Write a dll ...
Mistigri - Articles - Click on How to protect your EA with a DLL ...
Last edited by Mistigri; 07-29-2007 at 04:57 PM. |
|
|||
|
Quote:
|
|
|||
|
There is no built in mql functions that support this..
There is another way though, built a customized DLL and link them to the MQL Scripts from then you could do your authorization things, but if your clients doesn't allow DLL linking, your code should fail Hope to help ![]() Last edited by yohanip; 09-14-2007 at 06:47 AM. Reason: typoos |
|
||||
|
some of the ideas about EA protection!
These are some of the ideas to protect your EA:
1- I've built to one of my clients a login and authenticating server the EA connects it to check the password and the PC it uses. This is the hard way. 2- Put the password into the EA is very dangerous. To check that your self rename any a passworded .ex4 with file to .txt file and open it in the notepad to see yourself. The solution is write this password "ENCRYPTED" in the dll and the EA have to read it from the dll and decrypt it. 3- If you think your EA worth why don't you sell the signals only and keep the EA yourself? |
![]() |
| Bookmarks |
| Tags |
| metatrader encryption |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| loss lock EA | newdigital | Expert Advisors - Metatrader 3 | 4 | 05-17-2006 07:40 PM |
| any way to LOCK an Indicator or Template? | SPACECHIMP | Metatrader 4 | 2 | 04-20-2006 01:39 AM |