i need a code frame about filewrite() and fileopen()

 

i can not use filewrite() /fileopen()/fileclose() function,and now want to write data to excell file .may you help me ?

the data format is like this : A column write in data "x ",B in "y",C in "z" .....all the data is int,and the file directory is "F:/sss.csv" .

i have usd print() function write to log,but not easy to anlysis .

print("A=",X," B=",Y," C=",Z)

thanks

 
YALEWANG:

i can not use filewrite() /fileopen()/fileclose() function,and now want to write data to excell file .may you help me ?

the data format is like this : A column write in data "x ",B in "y",C in "z" .....all the data is int,and the file directory is "F:/sss.csv" .

i have usd print() function write to log,but not easy to anlysis .

print("A=",X," B=",Y," C=",Z)

thanks

Hi YALEWANG,

1. Why you can't use File operation ?

2. Read these article https://www.mql5.com/en/articles/1540, https://www.mql5.com/en/articles/1543, https://www.mql5.com/en/articles/1432, and this code base https://www.mql5.com/en/code/8314, there you can find your code frame you're looking for.

:D