As a starting point, I suggest reading the following:
- Article: Migrating from MQL4 to MQL5
- Article: Transferring Indicators from MQL4 to MQL5
- Blog: MQL's OOP notes: Converting MetaTrader 4 indicators to MetaTrader 5
After that, I would suggest reading the documentation as a follow-up, because MQL5 has evolved since the above publications, with extra additions for some compatibility with MQL4.
- Forum: New MetaTrader 5 Platform build 1860: MQL5 functions for operations with bars and Strategy Tester improvements 3. MQL5: New functions: iTime, iOpen, iHigh, iLow, iClose, iVolume, iBars, iBarShift, iLowest, iHighest, iRealVolume, iTickVolume, iSpread. These functions are similar to those used in MQL4. The functions provide for an easier transfer of code of trading applications to the fifth generation platform.
Also, MQL4 has evolved quite a bit into MQL4+ so as to make it more compatible with MQL5.
Hi...
Can anybody tell me what is the different between MQL5 and MQL4 (of course beside that MQL5 using MetaTrader5 and MQL4 using MetaTrader4)?
Thank you for enlightment.
MT5 is 64 bit and has more functionality that is being added to all the time. It has a commited support and development path.
MT4 is 32 bit, only available via a broker, receives only essential updates and is no longer being developed.
As a starting point, I suggest reading the following:
- Article: Migrating from MQL4 to MQL5
- Article: Transferring Indicators from MQL4 to MQL5
- Blog: MQL's OOP notes: Converting MetaTrader 4 indicators to MetaTrader 5
After that, I would suggest reading the documentation as a follow-up, because MQL5 has evolved since the above publications, with extra additions for some compatibility with MQL4.
Also, MQL4 has evolved quite a bit into MQL4+ so as to make it more compatible with MQL5.
Thank you very much...
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi...
Can anybody tell me what is the different between MQL5 and MQL4 (of course beside that MQL5 using MetaTrader5 and MQL4 using MetaTrader4)?
Thank you for enlightment.