MQL5 bug

 

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

Reason: