ingvar_e:
I have a couple of good reasons to port my MT5 EA to the MT4 platform. Below is a sample of a technique I am planninmg to use in some instances to simplify maintenance of the "main" code
I just wonder if there are any specific drawbacks using this technique
Seems ok. This is the goal of #ifdef and __MQL4__.
angevoyageur:
Seems ok. This is the goal of #ifdef and __MQL4__.
Thanks angevoyageur
Thought so, just wanted to doublecheck

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I have a couple of good reasons to port my MT5 EA to the MT4 platform. Below is a sample of a technique I am planninmg to use in some instances to simplify maintenance of the "main" code
I just wonder if there are any specific drawbacks using this technique