May I do it with class in MQL5.
It can be compiled.
0 error(s), 0 warning(s),
but, 0 indicator(s).
look my code:
fufo12 wrote >>
Hi,
Do you have any idea how to resize two dimensional array? The function ArrayResize work only for the first dimension.
Thanks.
fufo12, that is correct, MQL4 can only resize the first dimension of an array. The second, third, and fourth dimensions must be explicitly defined and cannot be changed once the code is compiled.

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
Hi,
Do you have any idea how to resize two dimensional array? The function ArrayResize work only for the first dimension.
Thanks.