
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
To: MT5 developers
Found a bug for u guys
it has to do with attempting to declare a Multidimensional Array
MQL4 has a limit of 4 dimension
MQL5 appears to have restrictions for local variable arrays
but can declare much larger arrays in global declarations
here:
Everything is fine so far...
but declaring a MDA(multidimensional array) that goes beyond capacity produces this:
This error is critical, after the terminal crashes in this manner
Metaeditor can no longer be accessed
the EA that contains the error doesn't appear in the navigator and clicking on the Metaeditor produces the same crush every time:
the only solution at this point is to edit the file with the notepad in the experts folder
i hope this information is helpful
btw thank you very very much for increasing max array dimensions
please leave this feature as unrestricted as possible
With Respect
Oleg Kovalishin