Smooth ATR

Hi,

I wonder if it’s possible to create this ATR set up in Optuma (cf attachment). I did not find a way to smooth it.

Thanks and best regards

Marc

Thanks Marc - that’s not a standard ATR setting so you would need to know the smoothing calculation to apply it. Note we have Ehlers Super Smoother that can be applied to any indicator, but I have no idea if that’s the same thing.

Capture

Hi Darren,

Here is the link to this indicator in Tradingview. I am only interested in the ATR displayed on the chart so I can get precise supports/targets. https://www.tradingview.com/script/eYhCV71m/

Hopefully the code displayed on the page reveals how it is made…

It’s the most popular ATR script in trading view. Amazing indicator. You can charge me for it if you can replicate it.

Thanks
Marc

What I was after:

v2= wvs(Month(PERIODAMOUNT=1), LENGTH=21, FACTOR=5.3);
MA(v2, BARS=100, STYLE=Smoothed, CALC=Close)