Struct arrays are not recognized as function parameters
Opened this issue · 3 comments
helloktity commented
L-I-V commented
Hi, helloktity, the problem is related to the 'C/C++' extension, as the main part of the IntelliSense function used for working with MQL files is based on this extension. The 'C/C++' extension is not fully compatible with the MQL syntax, leading to errors. In the case of "void vegassss(VegasTrend &array[])," the 'C/C++' extension produces the error "array of reference is not allowed" causing arrays to not be recognized and type errors to occur. Unfortunately, at present, I do not have a solution to this problem.
helloktity commented
Thank you, this is still a great tool that can double the efficiency of writing mql4, thanks again! ! !
helloktity commented