Financial Charts / Graphs in Ruby or Python
Posted
by Eric the Red
on Stack Overflow
See other posts from Stack Overflow
or by Eric the Red
Published on 2009-07-06T21:31:21Z
Indexed on
2010/04/07
10:13 UTC
Read the original article
Hit count: 298
What are my best options for creating a financial open-high-low-close (OHLC) chart in a high level language like Ruby or Python? While there seem to be a lot of options for graphing, I haven't seen any gems or eggs with this kind of chart.
http://en.wikipedia.org/wiki/Open-high-low-close_chart (but I don't need the moving average or Bollinger bands)
JFreeChart can do this in Java, but I'd like to make my codebase as small and simple as possible.
Thanks!
© Stack Overflow or respective owner