OK, I relent. Here's a revised version of a short scan for stocks meeting some of the conditions in your system:
Fml("StochRSI(14)")>30 AND Ref(Fml("StochRSI(14)"),-1)<30 AND Fml("InSync Index")>40 AND Fml("Dahl's Primary Trend")>Ref(Fml("Dahl's Primary Trend"),-1) AND Fml("DNS")>=3
StochRSI(8,5) and some other indicators aren't in there, but this scan is intended only as a first step. I didn't want to make the scan too restrictive.
In ColA, I put the close; ColB, C-Ref(C,-1); ColC, Fml("StochRSI(8,5)"); ColD, Fml("Dahl's Primary Trend"); and ColE, CCI(13).
ColD stems from some lingering stubbornness: I can still check the value of Dahl to see whether it's over 0.
ColE is heretical. CCI is not part of your system, but in scans last week, I noticed that some of the stocks that met the conditions in your system had CCI values well over 200. IR, for example, was over 300. That might give me pause.
Brooke |