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-Quote Plus Version 2.0 -- Ignore unavailable to you. Want to Upgrade?


To: Sean W. Smith who wrote (20)2/24/1998 6:18:00 PM
From: Galirayo  Respond to of 85
 
Sean, I don't know yet.

I just made a slight tweak to my Ver and pulled COKE.

I show it with .28 mil Float. I think that may not meet the new rules.

It's not on your Ver. list.

See if you think COKE will Qualify based on it's Float.

Also FSCR by Float. What about GREY? Geeze.

Public Float does not mean Shares Out ... Does it?
Thanks,

Ray



To: Sean W. Smith who wrote (20)2/24/1998 6:50:00 PM
From: Galirayo  Respond to of 85
 
Sean, Here it is with the Tweak.

I Qualified it 1st with Q Revs > 0.

It looks pretty accurate so far.

But there are a Few it found that are in Question.
COKE & GREY especially.

Ray

***************

// Find Stocks that May Be DE-LISTED
// or Reverse Split

Output="Nas1.lst";

Exchange Nasdaq;
IssueType Common, Preferred;
DaystoLoad=500;

If (QTRREV(0)>0) and
// eliminates some New & Foriegn Issues

((Bookvalue * Sharesout < 2 and
// Net Assets < 2 Mil

MarketCap < 35 and MarketCap > 0 and
// less than 35 mil Market Cap & > 0

EPS * Sharesout < .5 and
// Net Earnings last 12 mo less than 500k

Dividend = 0) or

(Max(0,-30,Lo) < 1.00 or
// Low not above $1.00 last 30 Days
// Nasdaq sends Warning Letter 90 days left for compliance

Sharesfloat < .5 or
// less than 500K shares trading

Sharesfloat*Close(0)< 1)) then
//Market Value of Float < 1 Mil

Println Symbol,"",",", " Nas1 , ",close(0):7:3, " ,", PE:5:0, " ,", date(0):12
;endif;