Beskrivelse
For Analysis a Crash.
| Seneste handel | 2026-05-24 | Sidste løb | 11 hours ago |
| Ydeevne | -2,989.00% | Nuværende besiddelser | 14 |
Regler
// Hull MA
// ---------------------------------------------------------------
// CRASH / CAPITULATION CONDITIONS
// ---------------------------------------------------------------
Price < Price{5d} * 0.75; // 25 % drop in the last 5 days
Price > 1; // no sub-$1 pennies
MarketCap > 100M; // skip micro-caps
Volume > Volume{20d}; // today’s panic volume
limit 50; // keep the list tight
// ---------------------------------------------------------------
// DISPLAY-ONLY INDICATORS (add or remove at will)
// ---------------------------------------------------------------
AccountsPayable;
AccountsReceivable;
AdditionalPaidInCapital;
AdvertisingExpense;
Cash;
// ---------------------------------------------------------------
// DISPLAY-ONLY INDICATORS (add or remove at will)
// ---------------------------------------------------------------
rsi(); // 14-period RSI
stochasticrsi(); // Stoch RSI (K)
williamsr(); // Williams %R
atr(); // Average True Range
roc(); // Rate-of-Change (12d)
ema({10d}); // 10-day EMA
ema({20d}); // 20-day EMA
sma({50d}); // 50-day SMA
awesomeoscillator(); // Awesome Oscillator
aroonoscillator(); // Aroon Up-Down spread
macd(); // MACD histogram
aroonup(); // Aroon Up
aroondown(); // Aroon Down
ulcerindex(); // Ulcer Index
parabolicsar(); // Parabolic SAR
mma(); // Modified MA
lwma(); // Linear-Weighted MA
kama(); // Kaufman’s Adaptive MA
ppo(); // Percentage Price Oscillator
rwihigh(); // Relative Width Index (high)
rwilow(); // Relative Width Index (low)
stochasticoscillatord(); // Stoch %D
stochasticoscillatork(); // Stoch %K
tripleema(); // Triple EMA
wma(); // Weighted MA
zlema(); // Zero-Lag EMA
accelerationdeceleration(); // Acceleration/Deceleration OSC
ccii(); // Commodity Channel Index II
chandelierexitlong(); // Chandelier Exit (long)
chandelierexitshort(); // Chandelier Exit (short)
dpoi(); // Detrended Price Oscillator
fisher(); // Fisher Transform
ravi(); // Range Action Verification Index
massindex(); // Mass Index
doubleema(); // Double EMA
hma();
cmo({14d}); // explicit 14-day CMO
coppockcurve(); // Coppock Curve