Never give a good EA to anyone but your mother
I will even put code into a DLL as has been mentioned, but even that can be decompiled, or its simple to figure out the entry points in the DLL and simply use it.
We transmit trades that come from our EA's to our clients. The only thing a client has on their side is a dummy EA that gets the trades. The client has no clue as to our strategy, other than looking at the trades, which they could do anyway using a managed account..
Quote:
Originally Posted by FXBabe
Hi,
Im working on an EA. Coming along good. How can I make sure that if I give the compiled version to someone they will not decompile it and learn about the system. What actions can I take to prevent that? Thanks.
|