- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
rev. 01/06/97 In his book The New Technical Trader, Tushar Chande defines the StochasticRSI as: StochRSI = (RSI - RSIL)/(RSIH -RSIL) where RSIL and RSIH are the lowest and highest values of the RSI overa given period. In his book he uses 14 periods. The MetaStock formula for the StochasticRSI is: |
|
Stochastic Relative Strength Index I ( ( RSI( 14) - LLV( RSI( 14 ),14 ) ) / ( ( HHV( RSI(14) ,14 ) ) - LLV(RSI(14),14 ) ) ) |
|
.... I was referring to |
|
Stochastic Relative Strength Index II Mov((RSI(13)-LLV(RSI(13),13))/(HHV(RSI(13),13)-(LLV(RSI(13),13))),13,T)*100 |
|