iStdDevOnArray

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 need help to build an indicator that I call "flat". Here is how it is calculated :
- calculate standard deviation (price = close, sma period = 20) => std[20](close)
- calculate standard deviation of this standard deviation => std[20](std[20](close))
- calculate for std(std) maxi and mini over the last 100 periods
- finally : flat = ((std[20](std[20](close)) - mini) / (maxi - mini)) * 100
Thanks
Ben