OPEN-SOURCE SCRIPT

[blackcat] L2 Ehlers Super Smoother (2 poles)

Level:2

Background

The second-order super smoother low-pass butterworth filter (2 pole) is a classic J.F Ehlers indicator.

Function

I have found many places where the algorithms are not uniform and some are even wrong. So, I did some research and wrote a low pass filter that I think is correctly defined. This indicator is often used as one of the basic elements of other trading systems.

When you are using it, you need to enter the Period setting period.

The key difference from other places is that, they use :
Filt2 := coef1*(Price+Price[1])/2 + coef2*nz(Filt2[1]) + coef3*nz(Filt2[2])
which introduces extra lag

My version keep the original meaning from Ehlers and use:
Filt2 := coef1*Price + coef2*nz(Filt2[1]) + coef3*nz(Filt2[2])

A little improvement on lag issue.

Remarks

Free and Open Source
blackcat1402Trend Analysis

오픈 소스 스크립트

진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.

차트에 이 스크립트를 사용하시겠습니까?


Avoid losing contact!Don't miss out! The first and most important thing to do is to join my Discord chat now! Click here to start your adventure: discord.com/invite/ZTGpQJq 防止失联,请立即行动,加入本猫聊天群: discord.com/invite/ZTGpQJq
또한 다음에서도:

면책사항