OPEN-SOURCE SCRIPT

the "fasle" hull moving average

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

כתב ויתור

המידע והפרסומים אינם אמורים להיות, ואינם מהווים, עצות פיננסיות, השקעות, מסחר או סוגים אחרים של עצות או המלצות שסופקו או מאושרים על ידי TradingView. קרא עוד בתנאים וההגבלות.