Hi,
I'd like to chart data from an external file which would contain just one line with one number in it (the file would be continually updated by an external data source).
I'd like to read the file every tick and be able to produce a bar chart and be able to plot an MA of the chart.
The file i/o stuff is ok, but can anyone give me an idea of how to turn this single value into a plottable series?
Thanks,
SQ
I'd like to chart data from an external file which would contain just one line with one number in it (the file would be continually updated by an external data source).
I'd like to read the file every tick and be able to produce a bar chart and be able to plot an MA of the chart.
The file i/o stuff is ok, but can anyone give me an idea of how to turn this single value into a plottable series?
Thanks,
SQ
Comment