Hi,
I got a csv file with a list of data: Datetime, and values.
These are the values of an indicator at certain moments, calculated in excel/mathlab.How can I import these data to appear on my screen (either oin the main window or separate one) ?
Thnx in advance for you help !
Twoci
Create CI, use file functions http://www.mql5.com/en/docs/files. You may want to experiment with http://www.mql5.com/en/docs/files/filereadarray
However this is not fun, much more easy in MT4, coz it has offline chart, filereadarray can read any string.
50
Hi,
I got a csv file with a list of data: Datetime, and values.
These are the values of an indicator at certain moments, calculated in excel/mathlab.How can I import these data to appear on my screen (either oin the main window or separate one) ?
Thnx in advance for you help !
Twoci