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 : The 56 Point TA; Charts With an Attitude

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Doug R who wrote (21657)9/25/1998 12:10:00 AM
From: bruce-l  Read Replies (1) of 79216
 
Doug:

See if this is what you were hoping to get. Didn't know how long of time frame you wanted so I only went with 1 year.
GSR
NTEG - most of volume occured on only a few days
TVX - best of 3?

Scan I used is below.

output="doug.lst";
daystoload=251;
daysrequired=251;
if close(0)<10 then
if avgvol(-1,-30)>80000 then
if close(0)< max(-1,-250,cl)*.5 then
if close(0)>min(-1,-250,cl)*1.15 then
if close(0)>=close(-1)*1.05 then
if close(0)<=close(-1)*1.06 then
if vol(0)>=.9*avgvol(-1,-30) then
println symbol;

endif;endif;endif;endif;endif;endif;endif;

If it's not what you wanted, Oh well better luck next time. Of course maybe I screwed it up.

bruce
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext