Beskrivelse
| Seneste handel | 2026-05-24 | Sidste løb | 10 hours ago |
| Ydeevne | 0.00% | Nuværende besiddelser | 2 |
Regler
// US listed only, no OTC
country = US;
exchange != OTC;
// price range for lot count viability at $500K+
Price > 20 and Price < 80;
// large enough to have liquid weekly options
MarketCap > 1b;
// core squeeze criteria
ShortInterestPercentFloat > 15;
ShortBorrowRate > 5;
ShortSqueezeScore > 70;
// liquidity proxy
Volume > 2000000;
// upward momentum — stock moving in our direction
Price > sma({50d});