Hello Nicholas,
My StochRSI(14) explorer is as follows:
ColA: If(Cross( Fml( "StochRSI 8 5 MA" ) , 30),+1,0) ColB: If(Cross(Fml( "StochRSI 14") , 30),+1,0) ColC: If(Cross( Fml( "MACD (8,17,9)" ) , 0),+1,0) ColD: If(Cross(Mov(C,5,E), Mov(C,40,E)),+1,0) ColE: If(Cross(Fml( "Dahl's Primary Trend (50)") ,0),+1,0) ColF: If( Cross( Fml( "MACD (13,34,89)" ),0 ),+1,0) Filter: colB>0 OR colC > 0 OR colA > 0 OR colD > 0 OR colE > 0 OR colF > 0
I look for stocks that have a StochRSI (14) cross UP THROUGH 30, MACD (8-17-9) just turning long, StochRSI (8-5) already long and going up, InSync Index crossing up through 50, Dahl moving UP and DNS moving UP.
I then go into Advanced GET and look at Parabolic SAR, my three MACD's, and a few other things......
Dave Evans |