Hi >Message-ID: <[email protected]> > >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<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
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
