Richard, "No", I haven't used the downloader for anything yet. Running scans thru QP and importing lists. These are the stocks I've been using to run my stystem tests thus far.
And here's the fml's I've been working with.
Enter long: (Mov(C,5,E)-Mov(C,13,E))-(Mov((Mov(C,5,E)-Mov(C,13,E)),40,E))>0 AND Fml( "SRSI14" ) >30 and Fml( "SRSI14" ) <50 AND Fml( "Dahl Primary Trend" ) >.1 AND OBV()> (Mov(OBV(),40,W)) Stochrsi fml: Mov((RSI(14)- LLV(RSI(14),14)) /(HHV(RSI(14),14)-(LLV(RSI(14),14)+.000001)),14,E)*100
I added the <50 stoch to prevent entering to late. And to shorten my time period, I'm also testing the abbove fml. against StochRsi9 in both the enter and close positions= Mov((RSI(9)- LLV(RSI(9),9)) /(HHV(RSI(9),9)-(LLV(RSI(9),9)+.000001)),9,E)*100
Close long: Cross( 68, Fml( "SRSI14" ) ) AND SAR(.02,.2)<C
The stochrsi14 deeps me in too long..some trades were 6mos long, w/and average of 40-50dys, the stochrsi9 on the other hand, 40dys is the longer period, w/ 20dys being about ave. So that's what I've been doing this weekend<g>
Thanks for the help. Chrisg |