|
使用filewrite函数,但总是出错,用execl创建了.csv文件,但还是错,高手支招啊 本人初学,实在菜的很. log: 21:03:05 test EURUSD,H4: loaded successfully 21:03:05 test: FileWrite error 代码 int start() { //---- int handle; handle=FileOpen(\"my_data.csv\",FILE_CSV|FILE_READ,\';\'); if(handle>0) { FileWrite(handle, Close[0], Open[0], High[0], Low[0]); FileClose(handle); } // if(handle |
EA入门学院