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 (5689)7/31/1998 12:10:00 AM
From: Dale Wingo  Read Replies (2) | Respond to of 11149
 
Richard, This is very curious.. I did the same and get a divide by 0 error on the "volratio :=vol(p)/avgvol(p,p-33);" line.

The Report Generation Status window shows the current symbol to be !ADR.

If I add the following 2 lines

issuetype=common;
exchange nyse,nasdaq,amex;

and then re-run, it runs for awhile and then I get another divide by 0 error on symbol AFM. I know I could fix this by altering the above line to:

"volratio :=vol(p)/(.00001+avgvol(p,p-33));" but just don't understand why yours runs unaltered and mine doesn't..?

What could I be doing wrong? Could you possibly be using another version of this scan and not the one posted by Brooke?

Thanks for the help!

Dale