Need help coding an indicator

 

I am new to programming. I've got an idea of a mathematical formula for an indicator. The idea is to calculate a value X = change in price / standard deviation.

Where 'change in price' is shift (0) closing price minus shift (n) closing price

and standard deviation is calculated for the nth period.

I hope someone can help transform this into a mql5 code: Thanks in anticipation