Do any of you know of any open source utilities or conversion utilities that take a stream of time-stamped ticks and convert it to OHLC data for arbitrarily wide time intervals?
I'm about to roll my own and do it cleanly, but then it would be nice if I could do it in such a format that I could go render it as a candle chart or something.
... But this brings me to my second point, ... Are there libraries out there that will let me specify arbitrary time intervals (even down to sub-ms) on a stream of ticks so I can do data visualizations better?
I'm about to roll my own and do it cleanly, but then it would be nice if I could do it in such a format that I could go render it as a candle chart or something.
... But this brings me to my second point, ... Are there libraries out there that will let me specify arbitrary time intervals (even down to sub-ms) on a stream of ticks so I can do data visualizations better?