Beskrivelse
Ownership
| Seneste handel | 2026-05-13 | Sidste løb | 5 days ago |
| Ydeevne | 5.00% | Nuværende besiddelser | 35 |
Regler
/*
* Sample query with basic examples
*/
country = US;
exchange != OTC;
// mid cap
//MarketCap > 100M and MarketCap < 3b;
//MarketCap > 50b and MarketCap < 120b;
MarketCap > 2b;
// above the trend line and above a dollar
Price>330 and Price<400;
//price > ema({20d});
// a simple valuation metric
//( Assets-Liabilities ) * 2.0 > MarketCap;
//OwnersAllocationPercentChange > 0.1;
//(OwnersAllocationPercent - OwnersAllocationPercent{3m})/OwnersAllocationPercent > 0.02
//OwnersAllocationChange > 0.01