
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
Suggestion that would massively improve the MQL5 language.
Return reference.
Currently you can't return a reference, adding this feature would enable full support for overloading the operators, for example, the index operator[] which would allow us to use a class that simulates the C++'s Vector class behavior using the syntax:
Throwing exceptions
Exceptions makes the code more concise, instead of having to check for error on every function call, we could have a dedicated place to handle and log them.