Forum

Name of EA that trades only gold at 4 lots for passing MFF?

Hi I'm looking for an EA that trades only gold at 4 lots, every trade lasts a couple of seconds on avergage. This EA is used for passing MFF. Does anybody know the name of it

Find out which ea traded account

Hi i gave my accont to manage to someone, I want to know what ea they used to trade the account as they wont disclose this information. does anybody know how i can find out which ea they used

If else error

Hi I built a test code but suprisingly it wont work the code is : void OnStart () { double test = 0; if ( double == 1) { Alert "yes" ; } else{ Alert "no" ; } } I keep getting this error '==' - unexpected token cl.mq4 17 17 'yes' - open parenthesis expected