TradingView
RicardoSantos
2014년 8월 14일 오후 7시 58분

rs_Chande's Momentum Oscilator - MMA 

Euro Fx/U.S. DollarFXCM

설명

Chande's Momentum Oscilator, with added MA's for momentum strenght.
코멘트
shi475880
hello master , i want to replace ema to hma , but i can't code . how to do it

ma1 = wma(2*wma(cmo, round(pp1/2))-wma(cmo,pp1),round(sqrt(pp1)))
ma2 = wma(2*wma(ma1, round(pp2/2))-wma(ma1,pp2),round(sqrt(pp2)))
ma3 = wma(2*wma(ma2, round(pp3/2))-wma(ma2,pp3),round(sqrt(pp3)))
더보기