Advise need on '\end_of_program' - unbalanced left parenthesis

 

I'm very new to MQL and trying hard to compile my own setup. After compilation, this is the message i got....."'\end_of_program' - unbalanced left parenthesis C:\Darren\Program\ODL MetaTrader 4\experts\Candlestick Reversal Trading - Darren.mq4 (110, 1)". Can anyone please advise me on this.

Greatly aprreciated. Thanks.

 

Every ( needs a ) to go along with it.

Same for { and }

Same for [ and ]

 

S

Try remm-ing out chunks of the program with

/*


*/

If no errors then the original error is in the remm-ed out chunk

Or...

You could look at other editors for MQL (which is a subset of C)

Alternatives that have been mentioned include ultraedit, jedit & pspad

These will flag up the individual line that is causing the problem

Good Luck

-BB-

Reason: