Admin 32 Report post Posted August 18, 2020 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 Share this post Link to post Share on other sites
Guest Diego.br Report post Posted August 23, 2020 Hey bro can you please do me favor man, please can you rewrite/convert this file from mt4 ex4 to mt5 .ex5 for me just this one next one I will pay. My broker uses only MT5 Gold Mining EA_High.ex4 Share this post Link to post Share on other sites