Statistical Delta Momentum Hybrid
Family: hybrid · Regime: trending · Complexity: high · Asset classes: Major FX Pairs, Crypto/BTC Pairs · Timeframes: M15, H1
Thesis
Intraday momentum bursts (CCI zero-cross) are more likely to lead to sustained trends when they occur within the context of a stable statistical relationship between assets (AI Pair Z-Score) and are confirmed by aggressive volume-at-price signatures (Footmap Synthetic Delta), using daily extremes to define professional-interest risk boundaries.
Components
- Indicator Sample Logging Diagnostic (regime) — Acts as a data integrity filter; ensures the EA only executes when bar data (rates_total) is synchronized and initialized.
- t_ma (Smoothed LWMA) (direction) — Determines the immediate trend direction. Despite the 11-bar limitation, it captures the 'current' micro-trend via LWMA smoothing.
- CCI Arrows (entry) — Provides the tactical entry trigger when momentum crosses the zero-midline.
- Sherif Hilo (exit) — Provides a trailing stop-loss mechanism based on periodic price extremes (HHV/LLV) to capture extended trends.
- Daily High Low MTF (risk) — Defines structural risk boundaries; Stop Loss is anchored to the previous day's extreme to ensure trades have room to breathe relative to daily volatility.
- Footmap – Heat & Volume [v1] (confirmation) — Confirms the CCI trigger by ensuring synthetic delta (candle anatomy volume) aligns with the direction of the trade.
- AI Pair Trading System v1.0 (volatility_filter) — Filters for 'mean-reversion stability'. Only allows entries when the spread between the asset and its benchmark (e.g., ETH vs BTC) is not overextended (Z-Score < |1.5|).
Known failure conditions
- The t_ma indicator fails to update due to its 11-bar hardcoded limit, leading to stale trend signals.
- The synthetic delta in Footmap provides a false sense of liquidity during low-volume news events.
- The Daily High/Low range is tighter than the average spread, making the SL placement mathematically invalid.
Explore the full interactive blueprint with parameter ranges and evidence on WOBR StrategyVerse, or generate this strategy as an MT4/MT5 Expert Advisor with QuantMogul AI Engine (free download).