Syntax checker – script MetaTrader 4

Syntax checker - script for MetaTrader 4
Check a MetaQuotes Language 4 program for basic syntax errors like unbalanced braces, parentheses & brackets surrounding operators, expressions & array definers. Also verifies for single quotes surrounding color and date constants, double quotes for string constants and multi line comment symbol pairs. Set up: 1) Place files into the following subdirectories: “Syntax checker.mq4” into … Read more

Syntax checker Revision 1 – script MetaTrader 4

Syntax checker Revision 1 - script for MetaTrader 4
Check a MetaQuotes Language 4 program for basic syntax errors like unbalanced braces, parentheses & brackets surrounding operators, expressions & array definers. Also verifies for single quotes surrounding color and date constants, double quotes for string constants and multi line comment symbol pairs. Set up: 1) Place file “Syntax checker.mq4” into sub-directory “\experts\scripts”, 2) Close … Read more