akcheru / Publications
Forum
Multidimensional buffer array in MQL4
Hi, Is there a way to create multidimensional array of buffers in MQL4. This topic has been discussed in various threads, but I couldn't find a direct way to define an array like: double buffers[3][]; SetIndexBuffer(0,buffers[0]); The closest I could find was using OOPS concepts