SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : Technical Analysis- Indicators & Systems -- Ignore unavailable to you. Want to Upgrade?


To: bdog who wrote (3231)1/11/1999 6:29:00 PM
From: TA2K  Read Replies (1) | Respond to of 3325
 
bdog, I noticed your StochRSI 13,5 for MSWin you posted yesterday....

mp1:=Input("RSI Periods",1,377,13);
mp2:=Input("Stoch Periods",1,377,13);
mp3:=Input("Slowing Periods",1,377,1);
mp4:=Input("EMA Periods",1,377,5);

Mov(Sum((RSI(mp1)-LLV(RSI(mp1),mp2)),mp3)/Sum((.0000001+(HHV(RSI(mp1),mp2)-(LLV(RSI(mp1),mp2)))),mp3),mp4,E)*100

Would you mind writing up a few sentences on just what you've got here, and how you interpret the results?

For example, do you look for readings below a certain level, say 20? Or do you look for turn-ups? Etc.

Thanks,
Nicholas