论坛

mt4如何输出到csv文件多列

代码如下所示,输出的都在csv文件的同一列,我需要输出到不同的列。或者输出数组到文件也可以,我输出数组到文件不成功 void WriteData(const int n) { //--- open the file ResetLastError(); int file_handle=FileOpen(InpDirectoryName+"//"+InpFileName,FILE_READ|FILE_WRITE|FILE_CSV); if(file_handle!=INVALID_HANDLE) { //--- write array data to the end of