
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
Hello.
I am working on a quite large and complex EA in MT4. There are some features I miss in MQL4 especially passing
objects and/or type "structs" to sub functions and specifically returning them to the calling function. Since many of my
routines are of a general type I really prefer to keep them in a library.
I already have a fair amount of code in MQL4 and switching to MQL5 really takes an effort both in learning and actually adaptation
of the code.
The key question for me is if MQL5 gives me the kind of flexibility in handling more complex structures (or objects) both as
parameters and return values? If that is the case it would seem worthwhile to switch to MQL5.
I am familiar working with classes, objects, event handling etc. from programming complex apps in java (Blackberry)