Beskrivelse
| Seneste handel | 2026-05-24 | Sidste løb | 10 hours ago |
| Ydeevne | 283.00% | Nuværende besiddelser | 5 |
Regler
/*
* Sample query with basic examples
*/
country = US;
exchange != OTC;
// mid cap
MarketCap > 100M and MarketCap < 3b;
// above the trend line and above a dollar
Price>1;
price > ema({20d});
// a simple valuation metric
( Assets-Liabilities ) * 2.0 > MarketCap;
//Activist Investor
Sec13dCountTTM > 5;
//Price below 5
price < 5;