Subject: Re: Hope for GTR1?
RAM,

Using the following Radiscript for ROE_Cash:

Define {ROE_Cash}
Uses [SI Equity (common) Q1] [SI Net income 12m] [SI Price/FCFPS] [SI Sector] [SI Long-term debt Q1] [SI Short-term debt Q1] [SI Cash Q1] [SI Short-Term Investments Q1]
Deblank [SI Equity (common) Q1] [SI Net income 12m] [SI Price/FCFPS] [SI Sector]
Keep :OR([SI Standard and Poor stock]="500",[SI Standard and Poor stock]="400")
Keep :[SI Sector]<>"07-Financial"
Keep :[SI Sector]<>"55 - Financials"
Keep :[SI Price/FCFPS]>0
Keep :[SI CASH Q1] > 0
keep :[SI Equity (common) Q1] > 0
Create [ROE] :100*[SI Net income 12m]/[SI Equity (common) Q1]
Keep :[ROE]>18
Create [CashMinusDebt] :[SI Cash Q1]+[SI Short-Term Investments Q1]-[SI Short-term debt Q1]-[SI Long-term debt Q1]
Sort Descending [CashMinusDebt]
End

I got the following picks (last Friday's data) using my program called Screen Picks:

Screen	1	2	3	4	5	6	7	8	9	10	11	12	13	14	15	16	17	18	19	20	21	22	23	24	25	
ROE_Cash GOOGL MSFT META TSLA LMT NXPI CSCO VRTX HAL MCO KLAC MRNA COST MCHP ACN CF MOH REGN DLTR ANET NVDA TJX ROST EXPD ADBE


Similarities but lots of differences.

I will include ROE_Cash when I do the SI Pro Rankings tomorrow morning so we can compare.

Larry