Microsecond OHLCV Data and Chart Rendering Library

Quote from lolatency:

I use Python and R for data analysis. I was hoping someone out there had written something for Python, but there doesn't appear to be much. If that Dundas object can be used with COM or something, then maybe I can write a Python script to bind to those objects and render some things for me.

Any other suggestions out there?

probably the best realtime charting for python would be chacos

http://code.enthought.com/chaco/

more static charting would be this

http://matplotlib.sourceforge.net/
 
In addition to the ones mentioned by
Rosy2, another library that can be used
with python, especially to view financial
data is Chartdirector.

It's a commercial product (about 100$) but if you do not mind a small label with
the Company's name you can use it for
free.

-- KG
 
Quote from KGTrader:

In addition to the ones mentioned by
Rosy2, another library that can be used
with python, especially to view financial
data is Chartdirector.

It's a commercial product (about 100$) but if you do not mind a small label with
the Company's name you can use it for
free.

-- KG

This product is fantastic. Highly recommend this one.
 
Back
Top