ducgt / convert_mql4_to_mql5

convert mql4 code to mql5

Home Page:https://mql4to5.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

convert_mql4_to_mql5

deploy on https://mql4to5.herokuapp.com/

automatically convert mql4 code to mql5

Use antlr for grammatical analysis, convert mql4 code into mql5 code

Because of the incompatibility of the api layer, mql4 cannot directly generate mql5

needs to cooperate with the corresponding compatible files

  • MQL4TO5.mqh for indicator and script
  • MT4Orders.mqh for EA

mql4 automatically converted to mql5 need two steps

  1. Syntax conversion

  2. api compatibility layer

About

convert mql4 code to mql5

https://mql4to5.herokuapp.com/


Languages

Language:Java 80.6%Language:MQL5 18.4%Language:FreeMarker 0.9%Language:Dockerfile 0.1%