The programming language for MT4 (MetaQuotes Language 4). It is a C-like language for coding EAs, indicators, and scripts. (Official docs describe it as for developing automated trading robots and indicators.) EAs in MQL4 typically use the start()
function (or OnTick()
in newer builds).