Need some help...

 

hi,

i just made an EA and i get one error:

'\end_of_program' - unbalanced left parenthesis C:\Program Files\Interbank FX Trader 4\experts\test.mq4 (116, 1)

if i type a paranthesis more i get the error:

'}' - unbalanced parentheses C:\Program Files\Interbank FX Trader 4\experts\test.mq4 (116, 1)

what is the meaning of this and how can i resolve it?

thanks in advance.

 

You may have to post your code so we can look at it. It looks like you're missing a closing parenthesis somewhere, or something similar to that. If you want you can PM the code or just a snippet to me and I can see if I can spot the syntax error (if you don't want to post your code for everyone to see)

 

the problem is the compiler uses the word parentheses for both ( and {. when it says unbalance "left" parentheses it means (. eg. if((*..) look through your expressions and find the unbalanced...

 

thanks Nicholishen,

you ware right, the program meant ")".

thanks.

Reason: