Beskrivelse

Seneste handel 2026-05-24 Sidste løb 10 hours ago
Ydeevne -3.00% Nuværende besiddelser 4
Regler
// ============================================================
// SCREENER DEFINITIVO — SPOT SIN APALANCAMIENTO
// Plan: Silver | Mercado: US
// ============================================================

// ── UNIVERSO BASE ──────────────────────────────────────────
Country = US;
Price > 7;
MarketCap > 300m;
MarketCap < 10b;

// ── SEÑAL 1: ACUMULACIÓN INSTITUCIONAL ─────────────────────
OwnershipScore > 70;

// ── SEÑAL 2: SHORT SQUEEZE (score nativo Fintel) ───────────
ShortSqueezeScore > 65;
ShortInterestPercentFloat > 8;
ShortInterestPercentFloat < 30;

// ── SEÑAL 3: INSIDERS COMPRANDO (officers) ─────────────────
InsiderOfficerBuyerCount > 0;

// ── SEÑAL 4: MOMENTUM TÉCNICO CONFIRMADO ───────────────────
Price > sma({20d});
Price > sma({50d});
sma({20d}) > sma({50d});
rsi() > 45;
rsi() < 68;
macd() > 0;
aroonup({14d}) > aroondown({14d});

// ── SEÑAL 5: PRECIO CON INERCIA ALCISTA ────────────────────
Price > Price{30d};
Price > Price{90d};

// ── RESULTADO ──────────────────────────────────────────────
order by OwnershipScore desc;
limit 10;
Ydeevne
Buy Date Exchange Symbol Company Market Cap Ownership Score Short Squeeze Score Short Interest Percent Float Insider Officer Buyer Count sma({20d}) sma({50d}) rsi() macd() aroonup({14d}) aroondown({14d}) Buy Price Current Price % Change
2026-05-24 1,766.35 89.29 87.37 15.90 1.00 23.04 22.04 60.69 0.63 40.00 0.00 25.85 25.89 0.14
2026-05-14 2,550.87 83.93 74.92 17.94 1.00 14.08 12.84 62.26 0.67 70.00 20.00 15.24 15.42 1.16
2026-05-11 3,564.92 87.80 71.96 8.09 1.00 12.81 12.14 63.90 0.40 80.00 20.00 13.12 13.30 1.37
2026-05-04 394.97 88.72 77.16 12.40 2.00 11.06 10.60 54.06 0.32 40.00 0.00 10.60 11.02 4.01