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 (2535)11/28/1997 10:44:00 PM
From: Richard Estes  Read Replies (1) | Respond to of 11149
 
What is date on your version?



To: TechTrader42 who wrote (2535)11/28/1997 10:50:00 PM
From: gonzongo  Read Replies (3) | Respond to of 11149
 
Brotnov Scan- divide by zero error.
I just added .000001 to the denominator:

output="brotnov.lst";
float EP;
EP:=(qtreps(0)*100)/(close(0)+.000001);
if close(0)>2 and EP > 1.40 and qtrrev(0) > 1.30*qtrrev(-4) and qtreps(0) > 1.40*qtreps(-4) and qrs(0)>50 and avgvol(0,-54)>50000 then
Println Symbol:-10,",", EP:8:3,",", Close(0):8:3,",",PE:8:3;
endif;

However- the program doesn't seem to autoupdate my MS files- oh bugs bugs bugs- Bob Sage mentioned this previously. Any ideas on how to update MS files without predefinition. The only thing I found was to delete and readd them - bummer.

Have not tried JS masterpiece on CCI yet.

; <<<( get it????)