Standard deviation

 
StdDev = SQRT(SUM[(CLOSE — SMA(CLOSE, N))^2, N]/N)
What is hte SUM and CLOSE????
 

Sum = summation

Close = close price