TradingView
RicardoSantos
14 авг 2014 г., 19: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)))
Ещё