Beskrivelse
(find liquid names that have flushed hard and are turning up)
| Seneste handel | 2026-05-24 | Sidste løb | 11 hours ago |
| Ydeevne | -1,572.00% | Nuværende besiddelser | 63 |
Regler
// Core filter
Price < Price{10d} * 0.80;
rsi() < 35;
williamsr() < -80;
Volume > Volume{20d};
MarketCap > 100M;
Price > 1;
limit 75;
// Display metrics
rsi();
williamsr();
stochasticrsi();
roc();
atr();