Beskrivelse
| Seneste handel | 2026-05-24 | Sidste løb | 10 hours ago |
| Ydeevne | 286.00% | Nuværende besiddelser | 20 |
Regler
/*
* Sample query with basic examples
*/
country = US;
exchange != OTC;
// mid cap
//MarketCap > 3b;
// above the trend line and above a dollar
//Price>1;
//price > ema({20d});
// a simple valuation metric
//( Assets-Liabilities ) * 2.0 > MarketCap;
// ShortVolumeRatio> 0.8;
//volume > 20m;
OptionAverageDailyVolume>50000;
ShortSqueezeScore < 50;
ShortVolumeRatio > 0.5;