Hi all, I want to plot two bands in quant mod but with white theme, chartSeries(Fond,theme="white",TA = c(addBBands(50,2), addBBands(100,2) ) ) The thing is if I put this "t" it plot with black but two bands can be shown, ?Is it psiible to put the two different bands with white theme?? t=chartTheme() t$BBands$fill="#ff666633" reChart(theme="t") t$BBands$col=c('red','blue','green') t$BBands$col='blue' reChart(theme="t") Many Thanks in advance [[alternative HTML version deleted]]