Andy..Bob may be able to better describe Yurko's actual work. I do know that his system uses (14,3), (70,15), & (252,54) as the parameters for the stochRSI's. Sticking to fib a (13,3), (68,13), & (233,55) are close. (68= 55+13). I believe his rules state the 252 must be above 70, the 70 must be above 70 or rising, and 14 crossing over 20.
Tried to get your 3 sRSI into one scan....not a pretty result <G>. Maybe when Gary gets the if-then-else working so we can do something like this:
set RSI=8 if qrs(0)>70 and wmovavg(0,9,cl) >wmovavg(0,55,cl) and\ wmovavg(0,21,cl)> wmovavg(0,55,cl) and close(0) < 35 andy <15 then if close(0)>0 then set rsi=13 endif if x <15 then if close(0)>0 then set rsi=5 endif if z <20 then Println Symbol, ",",close(0),",",eps1growth,",",qrs(0),",",x,",",",",y,",",",",z,"," endif endif endif
This doesn't work and other modifications like it so for now you will have to keep running the 3 scans one after the other....
J”hn</i. |