Quote:
Originally Posted by Guilhermesalgado
Trying to figure this out PLEASE HELP!!
This programmer charged me $170 to make me this EA! As for now I am doing it myself and believe to be almost there. Here is what I got so far and the message it’s givin’ me when I try to compile it:
-Snip-
Than I get messages:
mt4 says '\end_of_program' - ending bracket '}' expected
'\end_of_program' - unbalanced left parenthesis
Please, what am I suppose to do here?? Thanks in advance guys.. 
|
Somewhere in the code the brackets are unbalanced. Sounds like somewhere a } and a ) are missing from the code. You'll need to look through and count how many open and closed brackets there are (+1 for open and -1 for closed) that should tell you how many are missing (say a +2 count mean two right brackets '}' or vice versa). If he indented properly you should be able to figure out where to put the right } in. Happy hunting
The