library(quantmod) getSymbols("YHOO") chartSeries(YHOO, theme="white", type='line') chartSeries(YHOO, theme="white", type='line', TA=NULL) chartSeries(Cl(YHOO), theme="white", type='line') chartSeries(YHOO, theme="white", type='line', name="") chartSeries(YHOO, type='line', theme='white') b <- BBands(HLC(YHOO)) addTa(b, legend=NULL) -- Giorgio Garziano [[alternative HTML version deleted]]