Candlestick chart
Hi Kazuhiro, There's a nice implementation of candle-stick charting here:- http://addictedtor.free.fr/graphiques/graphcode.php?graph=65 You can modify the candles themselves in the plotBollingerBars() function to look more like a regular candlestick chart. Hope this helps! best rgds Ian Seow
Message: 1
Date: Sun, 16 Sep 2007 23:17:16 -0400
From: "Kazuhiro Shimbo" <kshimbo at gmail.com>
Subject: [R-SIG-Finance] Candlestick chart
To: r-sig-finance at stat.math.ethz.ch
Message-ID:
<f8cc95220709162017o6a917d58kf6c11e1ae0f1c7c6 at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Is there a function or coded example of drawing candlestick chart
based on open,high,low,and close?
Thanks,