MathGroup Archive 2008

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

Search the Archive

Re: financial chart with volumes

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

Here is a revision to the earlier post - I missed the "close" price.

With the following, Blue symbol is opening price and "Red" is the
closing price.

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


  • Prev by Date: Connecting discontinuous plots
  • Next by Date: A query regarding polytope's faces and vertices
  • Previous by thread: financial chart with volumes
  • Next by thread: Re: financial chart with volumes