HI I WANT TO MAKE MY EA TO WORK ONLY FOR ONE FX ACCOUNT NUMBER, CAN ANYONE PLEASE HELP ME TO DO THAT THANK YOU
- Ask!
- experienced MQL4 programmer offering help
- Password protection to EA
First, please don't use all capital letters.
Second, just compare AccountNumber() to the one you want. For example:
int start() { if (AccountNumber() != 123456) return(0); // do other tasks return(0); }
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register