N:=20;P:=2;
MID := MA(CLOSE,N);
UPPER:= MID + P*STD(C,n);
LOWER:= MID - P*STD(C,n);
bandbwidth:(upper-lower)/mid,colormagenta;
N:=20;P:=2;
MID := MA(CLOSE,N);
UPPER:= MID + P*STD(C,n);
LOWER:= MID - P*STD(C,n);
bandbwidth:(upper-lower)/mid,colormagenta;