Beskrivelse

Price down 70% year ago, price within 200d range, higher volume last 5 days

Seneste handel 2026-05-24 Sidste løb 11 hours ago
Ydeevne -203.00% Nuværende besiddelser 6
Regler
/*
* Ondrej's screener for finding interesting tickers.
*/
country = US;
exchange != OTC;

// mid cap
MarketCap > 1M and MarketCap < 500M;

// price analysis
Price < (Price{1y} * 0.3) // 70% down
Price < Price{200d} * 1.5 and Price > Price{200d} * 0.5

// volume analysis
(Volume > 0 and (Volume > Volume{5d} * 0.5 or Volume > Volume{4d} * 0.6 or Volume > Volume{3d} * 0.7 or Volume > Volume{2d} * 0.8 or Volume > Volume{1d} * 0.9)) or (Volume = 0 and Volume{1d} > 0 and (Volume{1d} > Volume{6d} * 0.5 or Volume{1d} > Volume{5d} * 0.6 or Volume{1d} > Volume{4d} * 0.7 or Volume{1d} > Volume{3d} * 0.8 or Volume{1d} > Volume{2d} * 0.9)) or (Volume = 0 and Volume{1d} = 0 and Volume{2d} > 0 and (Volume{2d} > Volume{7d} * 0.5 or Volume{2d} > Volume{6d} * 0.6 or Volume{2d} > Volume{5d} * 0.7 or Volume{2d} > Volume{4d} * 0.8 or Volume{2d} > Volume{3d} * 0.9));

// make sure it grows
RevenueGrowth > RevenueGrowth{1y};

// a simple valuation metric
( Assets-Liabilities ) * 2.0 > MarketCap;

order by Volume;
limit 50;
Ydeevne
Buy Date Exchange Symbol Company Market Cap Volume Revenue Growth Assets Liabilities Buy Price Current Price % Change
2026-05-24 10.47 32,027.00 0.18 39.92 2.76 1.10 1.10 -0.45
2026-05-24 9.87 56,829.00 0.09 115.77 49.45 0.57 0.57 -0.37
2026-05-24 25.57 1,334,648.00 0.29 34.34 20.73 0.41 0.38 -9.39
2026-05-24 81.07 3,731,573.00 13.47 958.75 721.86 0.94 0.95 1.21
2026-05-14 30.04 81,717.00 -0.23 24.91 2.06 1.68 1.79 6.36
2026-05-06 133.05 93,804.00 1.19 1,176.79 1,086.59 1.10 1.07 -3.17