Hello Everyone!
I am trying to understand how to programme arrays in MQL4. Can you please let me know if my interpretations are correct?
the above declares a single dimension 52 element array of integers with default value 0.
the above declares declares a two dimensional array, one dynamic, and one of 7 element array of integers with default value 0.
Many thanks,