*** Indior, not EA****
(not certain what I was thinking as I was typing.)

That I want to get some information about the document read features on MQL4 so that I can draw the worth of a CSV file on the chart. I will plot say 253 values on a daily chart and need to know a bit more about the document seek, read, etc functions before I can do so. Basically the data looks like that:


9/17/2008188.88
9/18/2008190.19
9/19/2008193.1
9/22/2008195.36
9/23/2008195.09
9/24/2008195.8
9/25/2008196.425
9/26/2008195
9/29/2008194.65
9/30/2008187.74
10/1/2008188.86
10/2/2008187.48
10/3/2008185.94


From which I need to plot the values on the date given which will be contained within a CSV document. How can I go about accomplishing this?