
1 Oct
2010
1 Oct
'10
1:12 a.m.
Hi
Message-ID:
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=p05007254056http://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