Re: [R] Quantmod several indicators

2015-09-25 Thread giorgio.garzi...@tin.it
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

Re: [R] Quantmod several indicators

2015-09-25 Thread Giorgio Garziano
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

[R] Quantmod several indicators

2015-09-24 Thread bgnumis bgnum
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