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: CynicalTruth who wrote (8)2/3/1998 1:52:00 PM
From: TechTrader42  Read Replies (1) | Respond to of 85
 
Thanks, John, for the info. I'll look at those earlier posts. At least the QP data window gives RSI values that match those in Wow and Metastock. I don't think it'll be impossible to come up with an RSI formula for scanning that gives the same values, too. Someone will probably be able to come up with it eventually. It would be nice to have the formula that Wow and Metastock are using for the canned RSI indicators, but I haven't been able to find it. Maybe I'll find something at Andy's site.

SI keeps informing me that Metastock might be incorrectly spelled, with its new spell-checker. Metastock seems to be misspelling it in its own manual, too. I'll have to alert Metastock to the error: "As a new user of your program, I'd like to inform you that you're misspelling 'Metastock.' Madness leads to no end of tasks.

Brooke



To: CynicalTruth who wrote (8)2/23/1998 6:39:00 PM
From: Galirayo  Read Replies (1) | Respond to of 85
 
[ Reverse Split or Worse Scan ]

John and All.

I have been playing a lot of Stocks NEAR $1.00 recently but I don't want to get caught in Limbo.

The New Nasdaq Rules are now in full effect.

Does anyone have thoughts on these 2 Scans? How Can I combine them and are they correct ... as good as it gets??

Thanks, Any thoughts will be Greatly Appreciated.

Message 3499039

And Thanks Sean!

Ray

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

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

Output="Naz1.lst"
//;input = "Nas1.lst"
;Exchange Nasdaq
;IssueType Common, Preferred
; DaystoLoad=500

;If 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

//Revspershare > 0 and
// eliminates some New & Foriegn Issues

Dividend = 0 then

Println Symbol,"",",", PE:5:0, " ,", date(0):12
;endif;

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

Output="Nas1.lst"
//;input = "111Fast.lst"
;Exchange Nasdaq
;IssueType Common, Preferred
; DaystoLoad=500

;If 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 and
//Market Value of Float < 1 Mil

Println Symbol,"",",", PE:5:0, " ,", date(0):12
;endif;