EMcgeown71:
Please insert the code correctly: when editing a message, press the button and paste your code into the pop-up window.
Hi guys, Im new to MQL5 but havent had problems until now. I have coded a simple MA cross but it wont compile?
'Unexpected end of program & unbalanced parenthesis' on lines 14 and 50
This is the code:
***
EMcgeown71:
Hi guys, Im new to MQL5 but havent had problems until now. I have coded a simple MA cross but it wont compile?
'Unexpected end of program & unbalanced parenthesis' on lines 14 and 50
This is the code:
***
You left some function opened without closing brackets, or without closing parenthesis.
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
Hi guys, Im new to MQL5 but havent had problems until now. I have coded a simple MA cross but it wont compile?
'Unexpected end of program & unbalanced parenthesis' on lines 14 and 50
This is the code:
***