
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
Hi. I am trying to replicate the TTI ATR Extreme indicator from a book by Kirk Northington.
The code first produce an indicator called ATREx, which is then smooth using a 3-period SMA. This new smoothed indicator is called ATREx_Smooth.
After that, it creates an upper and lower band which is one 200-period standard deviation from a 40-period EMA of the ATREx.
Somehow, I think there is a mistake in the code as it is not showing what I expect it to show. Any experts here can comment?