Skip to content

Python implementation of converting MQL4 to MQL5 code

License

Notifications You must be signed in to change notification settings

HamzaMehboob/Mql4ToMql5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MQL4 to MQL5 Converter

This Python script converts MetaTrader 4 (MT4) Expert Advisors (EAs) written in MQL4 to MetaTrader 5 (MT5) in MQL5.

Files

  • convert_mql4_to_mql5.py: The Python script that performs the conversion.
  • example.mq4: An example MQL4 code snippet to be converted.
  • mql5_code.mq5: The output file containing the converted MQL5 code.

Usage

  1. Install Python and Required Packages: Ensure Python is installed on your system. You can install required packages using:
    pip install re

About

Python implementation of converting MQL4 to MQL5 code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published