Nguyen Nguyen Khue / Publications
Forum
Auto Validate report in Initialization Failed with error: "Don't Close Expert Forcibly"
Hi, I have submit EA to MQL5, the Auto Validate report in Initialization Failed with error: "Don't Close Expert Forcibly" Anyone help me to instruct what kind of error is that? Thanks forward
How to pointer to the structure array
Hi all I have meet an issue, anyone suggest me! as class CDemoClass { public : double m_array; double m_array2; }; CDemoClass demo[]; How to make poiter to m_array and m_array2 as like: demo[0]."m_array"=1; demo[0]."m_array2"=2;