Regler
/*
* Squeeze Engine v2.3 + Recovery Tier v1.0
* Full data pull — week of 3/17/2026
* All field names verified against Fintel data dictionary
*/
Country = US;
Exchange != OTC;
MarketCap > 300M;
Price > 1;
ShortInterestPercentFloat > 1;
// ── SHORT DATA + STRAZZA DIRECTIONAL ─────────────────────────────────────────
ShortInterestPercentFloat;
ShortInterestChange1Month;
DaysToCover;
ShortBorrowRate;
ShortVolumeRatio;
ShortSqueezeScore;
GammaSqueezeScore;
// ── OPTIONS SENTIMENT (STCL F1 — real data, no longer proxied) ───────────────
OptionPutCallRatio;
OptionMonthliesPutCallRatio;
OptionImpliedVolatility;
// ── ANALYST DATA (STCL F2 + NC factor) ───────────────────────────────────────
AnalystSentimentScore;
AnalystRecommendations;
AnalystPriceTargetMeanDifferencePercent;
// ── INSTITUTIONAL OWNERSHIP (STCL F4) ────────────────────────────────────────
OwnersCount;
OwnersCountPercentChange;
OwnershipScore;
// ── INSIDER ACTIVITY (STCL F5) ───────────────────────────────────────────────
InsiderNetBuyerCount;
InsiderBuySellRatio;
InsiderOfficerDollarVolume3Months;
InsiderOfficerScore;
InsiderScore;
InsiderOwnershipPercentFloat;
// ── QUALITY + VALUE + MOMENTUM SCORES (NC + FD factors) ──────────────────────
QualityScore;
ValueScore;
GrowthScore;
ProfitabilityScore;
MomentumScore;
QVScore;
QVMScore;
PiotroskiScore;
// ── RETAIL SENTIMENT (NC contrarian signal) ───────────────────────────────────
RetailPercentFloat;
order by ShortInterestPercentFloat desc;
limit 500;