How to Import an EA and Just Lock it with Account ID and name of User
-
HI,
Please someone guide me as I have an EA which can take trades on its own and Close them and do all the Operations. I just want to Lock it with a additional Security Code of checking Account ID and Name of the Client or even one of these to verify is also ok for me.
Can I do that....
-
@bablaasnani Yes, you can. However ANY EA can be decompiled no matter how many security layers you put in. If you are still interested, I'm glad to help.
-
@l-andorrà can we decompiled EA here at FXDREEMA ?
-
Yo he leído que ya no se pueden descompilar
-
@saeed-2 I think Personally can .. but not in portal
-
@bablaasnani hard to find trusted decompiler ..
-
@bablaasnani You can try this, for example:

Please notice that both blocks are on the 'on init' tab and that the connected output dot is the yellow one and not the orange one. This means that if the EA is active on any MT4 account with a different login number the EA will immediately remove itself from the chart.
-
@l-andorrà Thanks I have done this for security. But in On Tick page I can only use the Buffers only of the EA I want to use right...
That is a different thing that I want is not the same.
But Thanks for the reply and Support. I appreciate it -
@bablaasnani You can also rename the custom indicator so that no one else can use the EA without the new indicator's name.
-
@l-andorrà How can I apply these rules only for 10 separate users?
-
@rakibofficial You can create 10 different versions of the EA, one for each user.
-
@l-andorrà Good Idea. But it looks unprofessional, Is there has any way to handle it professionally?
-
@rakibofficial Sure, you can use some custom code to do it, you you will need a programmer (I'm not one of them, sorry).