Regler
Country = US;
Exchange != OTC;
// -- Quality gate --
PiotroskiScore >= 5;
// -- Short pressure --
ShortInterestPercentFloat > 10;
DaysToCover > 2;
ShortBorrowRate > 5;
// -- Float & liquidity --
SharesFloat < 100M;
VolumeAvg1Week > 150000;
Price > 1;
// -- Fintel squeeze model --
ShortSqueezeScore > 15;
// -- Output columns --
ShortInterestPercentFloat;
DaysToCover;
ShortBorrowRate;
SharesFloat;
PiotroskiScore;
ShortSqueezeScore;
MarketCap;
Price;
VolumeAvg1Week;
order by ShortSqueezeScore desc;