bdog, I copied this to MSWin sometime in the past from one of your posts. In MSWin I have it listed as "BDog's StochRSI"....
Are you still going with this particular formulation, or have you amended it? Just wanting to make sure. I'm setting up a StochRSI template, and want to be looking at a few different sets of values.
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
Any help appreciated.
Thanks, Nicholas |