Beskrivelse
APPLOVIN
| Seneste handel | 2026-04-27 | Sidste løb | 3 hours ago |
| Ydeevne | -20.43% | Nuværende besiddelser | 2 |
Regler
/*
* Sample query with basic examples
*/
country = US;
exchange != OTC;
// mid cap
MarketCap > 100B and MarketCap < 900B;
// above the trend line and above a dollar
Price>1;
//price > ema({20d});
// a simple valuation metric
//( Assets-Liabilities ) * 2.0 > MarketCap;
CashFromOperatingActivities > NetIncome;
RevenueGrowth > .2
RevenueGrowth > RevenueGrowth{1y};
PiotroskiScore > 7;
order by PiotroskiScore desc;
limit 10;