Tools: Convert MQL4 to MQL5
1. Put/Copy these files on the metatrader_folder/experts/include folder :
- mt4accountinfo.mqh
- mt4string.mqh
- mt4datetime.mqh
- mt4objects_1.mqh (updated version)
- mt4timeseries_2.mqh (updated version)
2. Put/Copy these files on the Metatrader_folder/experts/ scripts folder :
- mq4to5rewrite_sample_v4_2.mq4
3. Place source file(file you want to convert) your metatrader_folder/experts/ files folder.
5. Run The script (mq4to5rewrite_sample_v4_2 ).
- Fill MQL4FileName with the name of source file(without extension)
- Fill FileType with :
1 if source file = Indicator
2 if source file = EA
3 if source file = Script
-> Ok
6. Result Files: Will be locate on metatrader_folder/experts/files folder
These tools/script is developed by Keiji and Circlesquares on the MQL4 forum.


