EA making mysterious trades error - page 2

 
RaptorUK:
Why don't you just do as already suggested and ADD the code to your own ? ?
Because if I thought if I add the code to the EA, it wont be able to communicate with the other EA s that are open? That is not correct?
 
jeemba2012:
That is not correct?
No, it's not correct, did you read the code and understand it before trying to use it ?
 

did u ever manage to lock your EA if so would you share the code?

i used this :

int ccc= 12345;

int start()

{

if ( AccountNumber( ) != ccc) return(0);

...........................

}

but it greys out the EA and cant be added to chart so unsure if code is good or i have placed it in wrong place in code

 
jaffa:

did u ever manage to lock your EA if so would you share the code?

Please don't double post . . .
Reason: