Beskrivelse
| Seneste handel | 2026-05-07 | Sidste løb | 58 minutes ago |
| Ydeevne | 28.49% | Nuværende besiddelser | 7 |
Regler
/*
* Sample query with basic examples
*/
country = US;
exchange != OTC;
// mid cap
MarketCap > 50M and MarketCap < 2b;
// above the trend line and above a dollar
Price>1 and Price < 10;
ShortInterestPercentFloat > 20%;
ShortInterest > 50;
ShortBorrowRate > 10%;
DaysToCover > 5;
VolumeAvg1Month > 500000;
// InsiderNetBuyerCount > 0;
// Price > ema({50d});
ShortSqueezeScore > 80;