wrong parameters count
Look to your OrderSend count the parameters
Here I count eleven |
12345679x9:
The problem is not in the code you have shown . . .
Hello!
I am writing an expert adviser and i have a problem. I am new in MQL.
When i compile it i have 2 errors: ')' - wrong parameters count and 'CloseALL' - function is not defined
How can I solve the problems?

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
Hello!
I am writing an expert adviser and i have a problem. I am new in MQL.
int start() { Check(); }
When i compile it i have 2 errors: ')' - wrong parameters count and 'CloseALL' - function is not defined
How can I solve the problems?