// Downloaded From https://www.WiseStockTrader.com
r1=12/2;
r2=26/2;
r3=9/2;
ml=scGauss2ord(C,r1)-scGauss2ord(C,r2);
sl=scGauss2ord(ml,r3);
hist=ml-sl;
Plot(ml,"ml",colorRed);
Plot(sl,"sl",colorBlue);
Plot(hist,"hist",IIf(hist>Ref(hist,-1),colorCustom11,IIf(hist<Ref(hist,-1),colorCustom12,0)),stylehistogram);