[ FA Scan ] GA Bard,
Here's a few. But I'd ..... still like to hear your thoughts.
Post # 2538
output="brotnov.lst"; float EP; EP:=(qtreps(0)*100)/(close(0)+.000001); if close(0)>2 and EP > 1.40 and qtrrev(0) > 1.30*qtrrev(-4) and qtreps(0) > 1.40*qtreps(-4) and qrs(0)>50 and avgvol(0,-54)>50000 then Println Symbol:-10,",", EP:8:3,",", Close(0):8:3,",",PE:8:3; endif;
--------------------- Another ? ---------- Post # 915
Output = "higro" ISSUETYPE COMMON If EPS5growth >75 and eps1growth>20 and rev1growth>10 and PE>0 and close(0)>5 then println symbol:-10,Close(0):8:3," eps1growth:",eps1growth:8:2," qrs:",qrs(0):8," volume:",vol(0):10 endif
----------- Other ? ------- Post # 1042
output = "db1sttry.lst"
if sharesfloat < 50 and Beta > 1.5 and EPS3growth > 20 and Rev3growth >= 20 and EPS1growth >= 25 and Rev1growth >= 25 and QTRREV(0)>QTRREV(-4)and QTRREV(-1)>QTRREV(-5)and QTRREV(-2)>QTRREV(-6)and QTRREV(-3)>QTRREV(-7) and HasOptions = True and close(0) < 50 and QRS(0)>= 70 then println symbol endif
----------------
These came from the PROgrammers on the Q+ Thread.
But I'd still like to hear your Ideas. I'll even name it the GaBard Scan ... I'm working to Win the Trip to Hawaii ... you know??
Now how's that, for Sucking Up??
:))
Ray |