You'll probably want to use a CandlestickChart<https://developers.google.com/chart/interactive/docs/gallery/candlestickchart>. You could also use a ComboChart<https://developers.google.com/chart/interactive/docs/gallery/combochart>and combine different types of charts (Line, Column, Candlestick, Area, whatever you need, basically). ChartRangeFilters<https://developers.google.com/chart/interactive/docs/gallery/controls#chartrangefilter>are good for panning and zooming large data sets as well.
On Saturday, January 25, 2014 9:42:12 AM UTC-5, Alton Crooks wrote: > > I would like to find pre made code to make Finance Charts (Stocks, > Futures, Options, Forex) with the Google Charts API that I can customize > and add functionality too. It needs to have volume and the ability to add > technical studies. Does anyone know the best way to do that? Your help > would be greatly appreciated. > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
