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

Re: Stochastic RSI



PureBytes Links

Trading Reference Links

> Can someone supply the code for the Stochastic RSI indicator?  I've seen it 
>  referenced in several texts and downloads, but can't find any details.
>  Gary Randall -- Brunswick, Maine

Mov((RSI(14)- LLV(RSI(14),14))
/(HHV(RSI(14),14)-(LLV(RSI(14),14))),14,E)*100

You can also use 8 and 5 for the periods:

Mov((RSI(8)- LLV(RSI(8),8))    /(HHV(RSI(8),8)-(LLV(RSI(8),8))),5,E)*100

Tushar Chande wrote about it in "The New Technical Trader." There's more info
on the book at:

http://www.geocities.com/WallStreet/Exchange/1216/bookmain.html

Brooke