Beskrivelse

Seneste handel 2026-05-24 Sidste løb 12 hours ago
Ydeevne 9.00% Nuværende besiddelser 16
Regler
// ============================================================
//  COILED SPRING SHORT SQUEEZE SCREENER  —  v4
//  Paste into fintel.io/wb
// ============================================================
//
//  EARNINGS PROTECTION — HOW IT WORKS WITHOUT A DATE FIELD
//  ─────────────────────────────────────────────────────────
//  Fintel Workbench has no DaysToNextEarnings field.
//
//  The proxy is OptionImpliedVolatility.
//
//  The options market prices in upcoming earnings as a binary
//  event — IV spikes sharply in the 10–14 days before a report.
//  For small/mid-cap stocks ($3–$50 range), normal IV sits
//  roughly between 50–100%. Pre-earnings IV typically surges
//  to 130–250%+ as traders buy straddles and protective puts.
//
//  WGS (−45%) and FWRD (−47%) — the two catastrophic losses
//  in the 311-entry dataset — almost certainly had IV well
//  above 120% in the days before they were entered.
//
//  Setting OptionImpliedVolatility < 120 acts as a soft
//  earnings-proximity block that catches the majority of
//  pre-earnings situations without needing a date field.
//
//  IMPORTANT — DO THIS AFTER RUNNING THE SCREEN:
//  Cross-check your results against fintel.io/eps
//  (Fintel's own earnings calendar). Takes under 60 seconds.
//  Any result showing earnings within 10 days → skip it.
//  Belt-and-suspenders: the IV filter + the manual calendar
//  check together provide close to bulletproof earnings protection.
//
//  RISK MANAGEMENT RULES (enforce outside Fintel)
//  ───────────────────────────────────────────────
//  STOP LOSS : −8% hard exit. No exceptions.
//  TIME STOP : Close any position after 5 trading days.
//              Win rate collapses past day 5 in the dataset.
//  BLACKLIST : ASTS — 4 closed losses from 4 entries. Skip on sight.
//
// ============================================================


// ── UNIVERSE ──────────────────────────────────────────────
Country = US;
Exchange != OTC;

// ── PRICE SWEET SPOT ──────────────────────────────────────
Price > 3;
Price < 50;

// ── EARNINGS PROXIMITY PROXY ──────────────────────────────
OptionImpliedVolatility < 120;
// Normal IV for $3–$50 small/mid caps: 50–100%
// Pre-earnings IV: typically 130–250%+
// This gate blocks the majority of imminent-earnings situations
// Biotech note: some high-IV names stay above 120% structurally
// due to trial catalysts — treat those as manual exclusions too

// ── LIQUIDITY ─────────────────────────────────────────────
VolumeAvg1Week > 300000;

// ── FLOAT ─────────────────────────────────────────────────
SharesFloat < 50000000;

// ── SHORT SQUEEZE FUEL ────────────────────────────────────
ShortInterestPercentFloat > 15;
DaysToCover > 2;
ShortSqueezeScore > 65;

// ── VOLUME IGNITION ───────────────────────────────────────
Volume > VolumeAvg1Week * 1.2;

// ── MOMENTUM BAND ─────────────────────────────────────────
rsi({14d}) > 45;
rsi({14d}) < 68;

// ── SPRING NOT ALREADY RELEASED ──────────────────────────
Price < Price{30d} * 1.30;
Price < Price{10d} * 1.20;

// ── NOT IN ACTIVE FREEFALL ────────────────────────────────
Price > Price{5d} * 0.95;

// ── MARKET CAP ────────────────────────────────────────────
MarketCap > 50000000;
MarketCap < 2000000000;

// ── DISPLAY ───────────────────────────────────────────────
ShortSqueezeScore;
GammaSqueezeScore;
ShortInterestPercentFloat;
DaysToCover;
SharesFloat;
OptionImpliedVolatility;
OptionPutCallRatio;
Volume;
VolumeAvg1Week;
rsi({14d});
MarketCap;
Price;

order by ShortSqueezeScore desc;
limit 30;


// ════════════════════════════════════════════════════════════
//  TIER 2 — if tier 1 returns fewer than 10 results
//  Volume gate removed, signals widened, IV threshold raised
// ════════════════════════════════════════════════════════════

/*
Country = US;
Exchange != OTC;
Price > 3;
Price < 50;
OptionImpliedVolatility < 140;        // slightly wider — still catches most earnings spikes
VolumeAvg1Week > 200000;
SharesFloat < 75000000;
ShortInterestPercentFloat > 10;
DaysToCover > 1.5;
ShortSqueezeScore > 55;
rsi({14d}) > 45;
rsi({14d}) < 68;
Price < Price{30d} * 1.30;
Price < Price{10d} * 1.20;
Price > Price{5d} * 0.95;
MarketCap > 50000000;
MarketCap < 2000000000;

ShortSqueezeScore;
GammaSqueezeScore;
ShortInterestPercentFloat;
DaysToCover;
ShortBorrowRate;
SharesFloat;
OptionImpliedVolatility;
OptionPutCallRatio;
Volume;
VolumeAvg1Week;
rsi({14d});
MarketCap;
Price;

order by ShortSqueezeScore desc;
limit 50;
*/


// ════════════════════════════════════════════════════════════
//  POST-EARNINGS SQUEEZE — separate bonus screen
//  Targets stocks where earnings just passed positively.
//  IV collapses after report (earnings IV crush) while
//  short covering begins. FLNC +50% was this setup.
//  Run separately, check fintel.io/eps for recent beats.
// ════════════════════════════════════════════════════════════

/*
Country = US;
Exchange != OTC;
Price > 3;
Price < 60;
VolumeAvg1Week > 300000;
OptionImpliedVolatility < 90;         // IV has already crushed post-earnings
SharesFloat < 75000000;
ShortInterestPercentFloat > 12;
DaysToCover > 1.5;
ShortSqueezeScore > 50;
rsi({14d}) > 50;
Price > Price{3d} * 1.02;            // already moving on the earnings beat
MarketCap > 30000000;
MarketCap < 3000000000;

ShortSqueezeScore;
GammaSqueezeScore;
ShortInterestPercentFloat;
DaysToCover;
OptionImpliedVolatility;
rsi({14d});
Volume;
VolumeAvg1Week;
Price;

order by ShortSqueezeScore desc;
limit 25;
*/
Ydeevne
Buy Date Exchange Symbol Company Short Squeeze Score Gamma Squeeze Score Short Interest Percent Float Days To Cover Shares Float Option Implied Volatility Option Put Call Ratio Volume Volume Avg1 Week rsi({14d}) Market Cap Buy Price Current Price % Change
2026-05-24 79.14 19.21 3.69 49.44 0.96 0.31 9,898,669.00 2,574,347.60 56.53 348.67 6.09 5.39 -11.49
2026-05-24 93.93 81.21 18.44 10.37 1.02 0.28 557,500.00 456,682.20 56.73 278.77 4.39 4.34 -1.14
2026-05-24 88.69 66.86 14.78 39.17 0.76 0.17 2,183,568.00 1,772,748.00 47.23 787.95 8.10 7.94 -1.98
2026-05-24 84.67 53.28 37.65 7.01 24.42 0.98 0.97 1,693,498.00 1,312,254.20 61.12 408.31 12.01 11.75 -2.16
2026-05-24 84.45 15.61 5.11 36.65 1.05 0.41 1,409,719.00 1,120,019.80 63.15 709.49 20.60 21.16 2.69
2026-05-24 80.81 19.70 7.40 15.64 0.40 0.40 508,840.00 416,760.40 45.91 411.24 20.22 20.02 -0.96
2026-05-24 79.32 23.14 18.97 33.67 0.51 0.40 777,422.00 410,601.80 49.12 917.88 23.49 23.35 -0.60
2026-05-14 87.68 17.25 3.97 25.55 1.22 0.08 1,452,938.00 1,110,479.60 61.52 107.50 2.96 3.22 8.97
2026-05-14 91.42 26.39 6.53 21.46 1.24 0.35 1,438,376.00 867,861.80 64.57 151.54 4.60 4.07 -11.62
2026-05-14 88.82 16.38 7.60 15.92 1.19 0.50 437,699.00 343,058.60 55.64 200.44 13.44 12.77 -4.99
2026-05-14 88.35 16.68 8.64 22.57 0.86 0.29 527,891.00 435,616.80 65.87 165.60 6.28 7.02 11.78
2026-05-14 85.00 16.02 3.96 12.03 0.59 1.53 626,193.00 487,215.40 67.62 402.42 29.16 30.37 4.17
2026-05-14 84.69 19.73 6.32 41.88 1.04 0.33 1,716,548.00 1,307,220.80 61.59 618.99 4.88 5.16 5.63
2026-05-13 89.38 26.58 13.16 22.53 0.82 0.92 860,154.00 455,092.40 50.96 1,712.56 12.00 12.18 1.46
2026-05-13 86.68 22.40 6.37 30.92 1.13 0.28 1,334,998.00 1,087,774.80 61.52 895.51 6.41 7.56 17.89
2026-05-13 87.46 28.56 9.15 18.54 1.40 0.29 972,407.00 578,418.20 55.06 162.88 8.99 8.16 -9.23