Okay so I'm trying to create a dynamic multidimensional array... but it doesn't seem like it's possible in metatrader?
We can do something like this
but this won't work...
Sorry if I'm not explaining this well
We can do something like this
Inserted Code
int test[];
but this won't work...
Inserted Code
int test[][][];
Sorry if I'm not explaining this well
