Before I start banging my head against this problem I thought i'd ask if something like this existed (or if someone could point me to an efs that solved a similar problem)
I'd like an EFS that would read in trades from a text file and plot them on a chart.
Data would be formatted thusly:
2003-06-18 14:48:35 1 1006.7500 1009.4000
The columns are date, time, action, buy, sell, and are space delineated. (Action is positive for bought, negative for sold. )
I have ideas for the bells and whistles of such an efs, but to start a simple skeleton that parses a text file and plots the trades would suffice.
Thanks for any help! In the mean time, i'll be thinking about and working on this, and will post the results if anyone is interested.
I'd like an EFS that would read in trades from a text file and plot them on a chart.
Data would be formatted thusly:
2003-06-18 14:48:35 1 1006.7500 1009.4000
The columns are date, time, action, buy, sell, and are space delineated. (Action is positive for bought, negative for sold. )
I have ideas for the bells and whistles of such an efs, but to start a simple skeleton that parses a text file and plots the trades would suffice.
Thanks for any help! In the mean time, i'll be thinking about and working on this, and will post the results if anyone is interested.
Comment