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: Richard Estes who wrote (8806)3/1/1999 9:17:00 PM
From: LaVerne E. Olney  Read Replies (3) | Respond to of 11149
 
HELP! Can someone explain why this simple scan halts at GEB.

//Volume Mover

output="volmov.lst";
exchange = nyse, amex, nasdaq;

if Vol(0) > 2 * AvgVol(0,-50) and
AvgVol(0,-50) > 100000 and
Close(0) > Close(-1) and
Close(0) > 10 then
Println Symbol ," ", Description, " Close = ", Close(0);
endif;