SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : TA-Quotes Plus -- Ignore unavailable to you. Want to Upgrade?


To: TechTrader42 who wrote (2661)12/8/1997 3:11:00 PM
From: GARY HUIZENGA  Respond to of 11149
 
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;