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

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: TechTrader42 who wrote (5687)7/30/1998 10:48:00 PM
From: Dale Wingo  Read Replies (1) of 11149
 
Brooke HOTMACD long by Andy Gabor

You mentioned that this is for high average daily volume stocks and I assume that is what the input = "Volume.lst" is for. I also assume that another scan is run to build this list..? Could you please define "high average daily volume" and couldn't a line be added like:

for p=-14 to 0 step 1 do

if avgvol(p,p-33) >= 30000 then

volratio :=vol(p)/avgvol(p,p-33);

assuming that 30000 is high?

BTW for those lurking, if you delete the input = "volume.lst"; line then you'll get divide by zero errors unless you exclude 0 volume stocks with something like the above.

Thx,

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