MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: financial chart with volumes

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93744] Re: financial chart with volumes
  • From: appris at att.net
  • Date: Mon, 24 Nov 2008 06:44:39 -0500 (EST)
  • References: <gg8pf6$k1d$1@smc.vnet.net>

Here is an example for GE stock:

DateListPlot[{FinancialData["GE", "Low", {{2006, 1}, {2006, 2}}],
  FinancialData["GE", "High", {{2006, 1}, {2006, 2}}],
  FinancialData["GE", "Open", {{2006, 1}, {2006, 2}}]},
 Filling -> {1 -> {2}}, Mesh -> All, FillingStyle -> Red,
 PlotStyle -> {PointSize[0.01]}, ImageSize -> 500]

Here is the link from Mathematica's documentation (scroll down about
half way) - shows the high and low - can add the Open

http://reference.wolfram.com/mathematica/ref/FinancialData.html


  • Prev by Date: solve a problem in mathematica
  • Next by Date: Re: Primed Symbols in Mathematica
  • Previous by thread: Re: financial chart with volumes
  • Next by thread: Re: financial chart with volumes