Beskrivelse
screen test
| Seneste handel | 2026-05-06 | Sidste løb | 3 hours ago |
| Ydeevne | 35.79% | Nuværende besiddelser | 48 |
Regler
country = US;
exchange != OTC;
// mid cap
MarketCap > 100M /*and MarketCap < 3b*/;
// above the trend line and above a dollar
Price>1;
price < ema({20d});
ema({20d}) < ema({50d});
// a simple valuation metric
( Assets-Liabilities ) > MarketCap;
PriceToTBV > 0 and PriceToTBV < 1.0;
CashFromOperatingActivities; // > 0;
QualityScore;
NetIncomeGrowth; // EPS
//NetIncomePerShare;
PriceToNetIncome; // PE ratio
PriceToSales;
EarningsPerShare > 0;
OptionPutCallRatio;
ShortSqueezeScore;
//order by ShortSqueezeScore;
//order by OptionPutCallRatio;
//order by EarningsPerShare;
//InsiderBuySellRatio;
//order by PriceToSales;
//InsiderSellBuyRatio;
//InsiderBuySellRatio;
// do P/E to growth
//peratio = price / NetIncomePerShare
//order by QualityScore;
//order by NetIncomeGrowth;
//order by PriceToNetIncome;