
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
This is not working as the type is always the same.
I don't think it can be done in mql.
1D
2D
3D
So, @parham.trader I don't see how you say the initial version you have works dynamically [][][] (and not [][4][5] - static)
because to me that line is not compiled
Use structures
Something like this - just an example to show how each and every "element" of such and array can have its own size :
It can be done,this works fine - the problem is dynamic second and third dimensions are not allowed, just fixed The rssult printed:
1D
2D
3D
So, @parham.trader I don't see how you say the initial version you have works dynamically [][][] (and not [][4][5] - static)
because to me that line is not compiled
So how does "FileWriteArray" work properly?