private Series<double> bandwidth;
bandwidth[0] = ((Bollinger(Deviation,Period).Upper[0] - Bollinger(Deviation,Period).Lower[0])/SMA(20)[0])*100;
bulge[0] = MAX(bandwidth, 20)[0];
Plot0[0] = (bandwidth[0]/bulge[0])*100;
Unfortunately, it does not plot anything....

Comment