MQL4 Syntax

Overview

MQL4 language syntax is highly similar to C++.

Key Differences from C++:

  • No address arithmetic.
  • No goto operator.
  • Anonymous enumerations cannot be declared.
  • No multiple inheritance.
  • Related Topics:

  • Enumerations
  • Structures and Classes
  • Inheritance
  • Comments
  • Identifiers
  • Reserved Words
  • Resources:

  • Download MQL4 Help (CHM): [English](https://www.mql5.com/files/docs/mql4.chm), [Russian](https://www.mql5.com/files/docs/mql4_russian.chm)