[quote=matrixebiz]
Quote:
|
Originally Posted by newdigital
So to get this straight, this file (code) is what you add to any EA to make it lockable, correct? Then once I run the full EA once in MT4 to generate the ex4 file then I can distribute the ex4 and will be safe? Where do I need to insert this code? anywhere?
Thanks
|
It is EA. I created 10 months using Gordago tool.
Just an explanation:
Quote:
EA will close the order on s/l or t/p, or on the other crossing signal.
This EA should work on particular account only.
Just change the line "int Account = 111111;"
to your account number inside the code.
For example your account is 1235463.
So this line should be like this:
int Account = 1235463;
|
I just replied about account. Means: how to lock EA to use in particular account only.
Use it as an example of the code.