Nicholas, trying setting up the following three StochRSI indicators together in one section of a template, and look at a number of strongly trending stocks, like, SUNW, ORCL, EMC, DELL, CSCO, AMAT, INTC, AOL.
StochRSI(13,13,13): Mov((RSI(13)-LLV(RSI(13),13))/(HHV(RSI(13),13)-(LLV(RSI(13)+.00001,13))),13,E)*100
StochRSI(34,34,13): Mov((RSI(34)-LLV(RSI(34),34))/(HHV(RSI(34),34)-(LLV(RSI(34)+.00001,34))),13,E)*100
StochRSI(8,8,5): Mov((RSI(8)-LLV(RSI(8),8))/(HHV(RSI(8),8)-(LLV(RSI(8)+.00001,8))),5,E)*100
Jan |