Beskrivelse
| Seneste handel | 2026-05-24 | Sidste løb | 11 hours ago |
| Ydeevne | 357.00% | Nuværende besiddelser | 7 |
Regler
/*
* Sample query with basic examples
*/
country = US;
exchange != OTC;
// mid cap
MarketCap > 200B;
// above the trend line and above a dollar
Price>1;
//price > ema({20d});
// a simple valuation metric
( Assets-Liabilities ) * 2.0 > MarketCap;
ema({4d}) > ema({9d}) and ema({9d}) > ema({18d})