
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
Terminal Bug:
How to reproduce:
Terminal open, only Toolbox showing.
Press F4-Key, all other Keys now are "disabled"
How to return to working keys: Use Mouse - Now keys work again.
Wrong documentation about enum types and their usage:
Refering to this entry:
https://www.mql5.com/en/docs/basis/types/integer/enumeration
It states, there is no anonymous enum type supported in MQL5. - This is wrong.
The compiler is happily accepting following code, and it works exactly as you would expect it to do:
Further more, the enum type is actually not 4 bytes, but only 31 bits in size, as EnumToString is unable to resolve the Enum type if the sign bit is set.