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