ADX / Connectable [Azullian]
Category: trend, momentum, volatility
A multi-modal ADX and DI (Directional Index) indicator designed for modular connectivity. It evaluates trend strength and exhaustion with configurable weight-based entry and exit signals.
Formula
ADX = SMA(|(+DI - -DI) / (+DI + -DI)|, n) \nSignals: (DI+ > DI- \cap ADX \uparrow) \text{ for Long Entry}, (DI- > DI+ \cap ADX \uparrow) \text{ for Short Entry}
Inputs
- EM (Entry Mode) (default: DI+ADX)
- XM (Exit Mode) (default: ADX)
- LE (Length) (default: 14)
- TH (Trend Threshold) (default: 20)
- EL (Entry Long Weight) (default: 6)
See signal primitives and every published strategy that uses ADX / Connectable [Azullian] on WOBR StrategyVerse.