Regler
country = US;
exchange != OTC;
Price > 1; // Exclude penny stocks
ShortInterest;
ShortInterestRatio;
ShortBorrowRate;
QVMScore;
ShortSqueezeScore;
ShortVolumeRatio;
ShortInterestPercentFloat > 40; // Anything aive 20 is interesting and above 30 means get ready and above 40 means execute.
//ShortInterestRatio < 5; // 5 days to cover. This could go down if the avg. trade volume per day(denominator) increases.
//ShortInterest > 10M;
ShortBorrowRate > 1;
order by ShortBorrowRate desc;
limit 20;