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 |