Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
Stoch RSI 13 13 Smoothed
Mov((RSI(13)-LLV(RSI(13),13))/(HHV(RSI(13),13)- (LLV(RSI(13),13))),3,E)*100
Stoch RSI 14 14
((RSI(14)-LLV(RSI(14),14))/((HHV(RSI(14),14))-LLV(RSI(14),14)))
Stoch RSI 14 7
((RSI(14) - LLV(RSI(14),7))/
(HHV(RSI(14),7))-(LLV(RSI(14),7)))*-1
Stoch RSI 21 13
((RSI(21)-LLV(RSI(21),8))/((HHV(RSI(21),13))-LLV(RSI(21),13)))
Stoch RSI 21 13 Smoothed
Mov((RSI(21)-LLV(RSI(21),13))/(HHV(RSI(21),13)-(LLV(RSI(21)+.00001,13))),8,E)
*100
Stoch RSI 21 21
((RSI(21)-LLV(RSI(21),21))/((HHV(RSI(21),21))-LLV(RSI(21),21)))
Stoch RSI 5 5 Smoothed
Mov((RSI(5)-LLV(RSI(5),5))/(HHV(RSI(5),5)- (LLV(RSI(5),5))),3,E)*100
Stoch RSI 8 5
Mov((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-(LLV(RSI(8),8)+.00001)),5,W)*100
|