Hi,
Both following code examples plot bollinger band over the ticker main plotand
Williams Power below the main plot.
1. chartSeries(YHOO,theme="white",TA = c(addBBands(200,2), addWPR(n=300)))
2. chartSeries(IB,theme="white",TA = c(addBBands(200,2))) addWPR(n=300)
See:
http://around-r.blogspot.i
Hi,
Both following code examples plot Bollinger bands over the ticker main plot
and William's Percent below the main plot.
1. chartSeries(YHOO,theme="white",TA = c(addBBands(200,2), addWPR(n=300)))
2. chartSeries(IB,theme="white",TA = c(addBBands(200,2)))
addWPR(n=300)
In general, if you lik
Hi all,
I´m trying to use quantmod and to display plot of Bollinger bands is
working properly.
¿How should I add for instance addWPR(n =300 ) below the main plot? Could
it would be plotted independently?
chartSeries(
IB,theme="white",TA = c(addBBands(200,2) )
Thanks in advance.
[[alte
3 matches
Mail list logo