
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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