[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: True Strength Index



PureBytes Links

Trading Reference Links

Larry wrote:


>>From Active Trader

> 100*(Mov(Mov((CLOSE - Ref(CLOSE,-1)),25,E),13,E))/(Mov(Mov(Abs(CLOSE -
Ref(CLOSE,-1)),25,E),13,E))

FWIW, I have the following as being Blau's original rendition:

100*(Mov(Mov(ROC(C,1,$),25,E),13,E)/Mov(Mov(Abs(ROC(C,1,$)),25,E),13,E)) .

Which, of course, translates to exactly what Larry said.

Owen Davies