Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. Its absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I've a great EA, I want to sell it but I know that ex4 files can be decompiled(I've seen it infront of me), how can I protect my EA,
I think the guys who created the mql language can also easily decompile any mq4 file since they themselves created the compiler,
any solution ?
I've a great EA, I want to sell it but I know that ex4 files can be decompiled(I've seen it infront of me), how can I protect my EA,
I think the guys who created the mql language can also easily decompile any mq4 file since they themselves created the compiler,
any solution ?
Best solution is: to write it (or the most of it) in c++ and call the dll from MQL4!
I've a great EA, I want to sell it but I know that ex4 files can be decompiled(I've seen it infront of me), how can I protect my EA,
I think the guys who created the mql language can also easily decompile any mq4 file since they themselves created the compiler,
any solution ?
I use the DLL method, but the problem that the DLL file can also be avoided, so on my search I found an interesting software at ForexCIO that offers a strong protection for the EX4 file type.
I have tested one protected file by that software, and YES can not be decompiled, so we have some good hope.
If you want alternative way then you could write your own code inside an external DLL file and hope no one will avoid the protection.
I use the DLL method, but the problem that the DLL file can also be avoided, so on my search I found an interesting software at ForexCIO that offers a strong protection for the EX4 file type.
I have tested one protected file by that software, and YES can not be decompiled, so we have some good hope.
If you want alternative way then you could write your own code inside an external DLL file and hope no one will avoid the protection.
if you own a copy of the software can you please post a code that can not be decompiled
This will be interesting filed as programmers can post demos of thier work with expiry dates for trial
I have written a DLL that validates the user against a web-based database. I also move some core logic from the EA to the C++ dll. This should give adequate protection and is relatively inexpensive to implement.
__________________
Visit http://www.openthinkingsystems.com for EA signal distribution systems, MetaTrader and Collective2 integration and general custom development.
When you copy that protected ex4 in metatrader folder (you can download a sample encrypted ex4 from there, just in case I post it here too) metatrader automaticaly deletes it all the time (you have no chance at all to run it - which is by the way the point which everybody seems to forget : EX4 IS NOT EXE). You can try it out. So, it seems like one more "false alarm"
PS: just saw that updated site : 1999$ and 8999$ Enough to scam a couple of people and it is enough
Quote:
Originally Posted by 4XAB.COM
if you own a copy of the software can you please post a code that can not be decompiled
This will be interesting filed as programmers can post demos of thier work with expiry dates for trial
Best to pay a lot less and know what you are getting, I'd say.
__________________
Visit http://www.openthinkingsystems.com for EA signal distribution systems, MetaTrader and Collective2 integration and general custom development.
To clarify - with the dll method you MUST move important functions into the dll. Without those functions, the EA would be disabled. That way, they decompile the code, the EA still won't function.
__________________
Visit http://www.openthinkingsystems.com for EA signal distribution systems, MetaTrader and Collective2 integration and general custom development.
When you copy that protected ex4 in metatrader folder (you can download a sample encrypted ex4 from there, just in case I post it here too) metatrader automaticaly deletes it all the time (you have no chance at all to run it - which is by the way the point which everybody seems to forget : EX4 IS NOT EXE). You can try it out. So, it seems like one more "false alarm"
PS: just saw that updated site : 1999$ and 8999$ Enough to scam a couple of people and it is enough
After test, MT4 platform donīt recognizes the file protected.