OPEN-SOURCE SCRIPT

the "fasle" hull moving average

1 209
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!?

Declinazione di responsabilità

Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.