barbarian / Publications
Forum
Pass a two-dimensional array from MQL4 to dll
I need to control the state of arrays in my Expert Advisor. For this, I want to create a dll in C++ that would receive two-dimensional arrays from MQL4 and output their state in a pop-up window. As far as I understand, I need to pass a two-dimensional array from MQL4 to the dll, but how to pass a