Hi

>Message-ID: <AANLkTinROzNiqF4+yKxOfHo0FB=3B_7tfduX=vVbggYC@mail.gmail.com>
>
>Hi -
>
>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.
>
>thanks for all your help.

The plot 0.1.1 package supports candle and whisker charts.

http://hackage.haskell.org/plot

Vivian