[Haskell-cafe] Candlestick charts

Tim Docker twd2 at dockerz.net
Mon Sep 27 23:05:48 EDT 2010


On 25/09/10 06:57, rgowka1 wrote:
> What are the libraries to use in Haskell to generate a stock
> candlestick chart like
> http://stockcharts.com/h-sc/ui?s=SPY&p=D&b=5&g=5&id=p05007254056
>
> I will use Finance-Quote-Yahoo to get the quote data from Yahoo.
>
>    

The chart library:

http://hackage.haskell.org/package/Chart

doesn't currently have support for candlestick charts, but adding
support would be straightforward - a patch would be most welcome
(hint, hint!).

Tim


More information about the Haskell-Cafe mailing list