Beskrivelse
/* * 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 ) * 1.0 > MarketCap;
| Seneste handel | 2026-05-06 | Sidste løb | 48 minutes ago |
| Ydeevne | 47.72% | Nuværende besiddelser | 434 |
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 ) * 1.0 > MarketCap;