DEMA 200 & ADX Combined HUD
Category: trend, momentum
Combines Double Exponential Moving Average (DEMA) with ADX-based trend strength filtering to provide a multi-timeframe regime analysis.
Formula
DEMA = 2 \times EMA(price, n) - EMA(EMA(price, n), n) \\ Trend = ADX(m) > threshold \text{ AND } +DI > -DI \text{ AND } Price > DEMA
Inputs
- DEMA Length (default: 200)
- ADX Length (default: 14)
- ADX Threshold (default: 20)
- ADX Timeframe (default: 30)
See signal primitives and every published strategy that uses DEMA 200 & ADX Combined HUD on WOBR StrategyVerse.