'\end_of_program' - unbalanced left parenthesis C:\Program Files\FXCM MetaTrader 4\experts\Moving Averages1.mq4 (159, 9)

 
Does anyone know,since this is the end of the program, where the right parenthesis would go?
 
davej52:
Does anyone know,since this is the end of the program, where the right parenthesis would go?
You have to find where it is missing from, the compiler cannot tell you . . . find all the left ones and find the matching right ones.
 
davej52:
Does anyone know,since this is the end of the program, where the right parenthesis would go?

I use Notepad++ for this problem
 
davej52:
Does anyone know,since this is the end of the program, where the right parenthesis would go?
Indent your code correctly, you will find easily unbalanced parenthesis.
Reason: