OPEN-SOURCE SCRIPT

the "fasle" hull moving average

1 260
There is a little different between my "fasle hull moving average" the "correct one".

the correct algorithm:

hma = wma((2*wma(close,n/2) - wma(close,n),sqrt(n))

the "fasle" algorithm:

=wma((2*wma(close,n/4) - wma(close,n),sqrt(n))

Amazing! Why the "fasle" describe the trend so accurate!?

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.