Search the Community
Showing results for tags 'metatrader4 source-code to metatrader5'.
Found 1 result
-
Sometimes it's easier to just rewrite entire mq4 code to mq5 rather than use conversion software to avoid compiling errors. There are times you can convert mq4 to mq5 successfully using software and it fails to work as expected in mt5 terminal. But when you rewrite the code from the start there's no way it will fail to work. Check This Table MT4 CODE SAME CODE IN MT5 #property indicator_separate_window#property indicator_buffers 2#property indicator_color1 DeepSkyBlue#property indicator_color2 Red#property indicator_width1 2#property indicator_width2 2 #property indicator_separate_window#property indicator_buffers 2#property indicator_plots 2#property indicator_color1 clrDeepSkyBlue#property indicator_color2 clrRed#property indicator_width1 2#property indicator_width2 2 Digits _Digits or Digits() Point _Point or Point() extern input Mt5
- 1 reply
-
- using ex4 indicators in mt5
- ex4-to-mq4 decompiler
- (and 2 more)