I've read some post that MQL5 is merged into the MQL4 but still couldn't find a definitive answer that what language I should write my code?
checking the documentations, for example, for `ENUM_INIT_RETCODE` the number of item in the enum is different
https://docs.mql4.com/basis/function/events
https://www.mql5.com/en/docs/event_handlers/oninit
MetaEditor also is no help in here. either I write Mql5 syntax or Mql4 it get compiled
I'm targeting MetaTrader4 so as a newbie I don't know which language I should write? is every single syntax of MQL5 works in MT4 or just a bunch of them? which one and how can I find them?
what MQL language version MetaTrader4 supports?
Choose MQL5 - it is the newer one, regularly updated, faster, ..., in short its the futrure, mql4 the past.
in my limited knowledge for example , the order types are different in MetaTrader4 to MetaTrader5? so how do I target MQL5?
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
I've read some post that MQL5 is merged into the MQL4 but still couldn't find a definitive answer that what language I should write my code?
checking the documentations, for example, for `ENUM_INIT_RETCODE` the number of item in the enum is different
https://docs.mql4.com/basis/function/events
https://www.mql5.com/en/docs/event_handlers/oninit
MetaEditor also is no help in here. either I write Mql5 syntax or Mql4 it get compiled