// Downloaded From https://www.WiseStockTrader.com

stmove=(C-MA(C,20))/StDev(C,20);

Plot(stmove,"Standard Deviation Move",colorBlue,styleHistogram);
Plot(1,"",colorRed,styleLine);
Plot(-1,"",colorRed,styleLine);