Thank you Brooke for your analysis of my scan on version 2. Here is my complete scan. This is actually the one I use all the time. After you scan, (and please try to scan entire database), import into Excel spreadsheet program. It is a very eye opening experience to see everything spelled out in black and white. I hope you all enjoy this scan as much as I do. Who said the small guy has a disadvantage in the market.
OUTPUT = "BREAKFUN.LST";
IF CLOSE(0)>MAX(-1,-120,CL)*.90 AND AVGVOL(0,-1)>AVGVOL(-2,-40)*2 AND EPS1GROWTH > 50 AND REV1GROWTH >60 AND QTRREV(0)>QTRREV(-4) AND QTRREV(-1)>QTRREV(-5) AND QTRREV(-2)>QTRREV(-6) AND QTRREV(-3)>QTRREV(-7) THEN PRINTLN SYMBOL,",",DESCRIPTION,",",CLOSE(0),",",EPS1GROWTH,",",REV1GROWTH,",",QTREPS(0),",",QTREPS(-4),",",QTREPS(-1),",",QTREPS(-5),",",QTREPS(-2),",",QTREPS(-6),",",QTREPS(-3),",",QTREPS(-7),",",QTRREV(0),",",QTRREV(-4),",",QTRREV(-1),",",QTRREV(-5),",",QTRREV(-2),",",QTRREV(-6),",",QTRREV(-3),",",QTRREV(-7),",",EPS,",",PE,",",BOOKVALUE,",",PRTOSALES,",",SHARESFLOAT; ENDIF; |