-
Please edit your (original) post and use the CODE button (or Alt+S)! (For large amounts of code, attach it.)
General rules and best pratices of the Forum. - General - MQL5 programming forum (2019)
Messages Editor - Are those line numbers actually in your code file?
-
} 95 else 97 }
Else what?
I would have suggested using the "</>" icon, but since you pasted it with line numbers it would not help either. So attach the original ".mq5" file.
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 there? Please inform me how I can solve these 9 errors
Line 1: OnCalculate function not found in the custom indicator
Line 52: 'AbsMOMBuffer'- undeclared identifier
Line:52: ' AbsMOMBuffer'- variable expected
Line 52: built-in:bool_SetIndexBuffer( int,double&[ ],ENUM_INDEXBUFFER_TYPE)
Line 59: 'ema1'- undeclared identifier
Line 59: ' ema2'-undeclared identifier
Line 60:'ema1'-undeclared identifier
Line 60:'ema2'-undeclared identifier
Line 77:'{' - unbalanced parentheses
Line 143:' ;'-unexpected end of program
1.//+------------------------------------------------------------------+