Anchored Decay Momentum Breakout
Family: hybrid · Regime: trending · Complexity: high · Asset classes: Equities, FX · Timeframes: M5, M15
Thesis
Intraday institutional momentum is most reliably captured when price breakouts (confirmed by fractals and MACD) align with volume flow (PVT) during peak liquidity hours, provided the move is supported by a high-inertia trend anchor (UDF-EMA). The strategy assumes that as a trend matures (increasing bar_index), only increasingly significant price moves can sustain the directional bias, filtering out late-stage exhaustion.
Components
- Matrix Int Support Test (regime) — Serves as a computational regime filter; only allows execution when the matrix engine returns a positive structural sum, representing a stable environment for higher-order math operations.
- Unsupported UDF Final Switch Const Reassignment Qualifier (direction) — Provides a 'decaying' trend bias. Because length = bar_index, the trend line becomes progressively less sensitive, forcing the strategy to align with the long-term anchored average as the session progresses.
- Best Volume Trend Expert (entry) — Provides the core entry logic based on fractal structure, MACD momentum, and manual trendline breakouts within high-liquidity hours.
- Average True Range (ATR) (exit) — Used to calculate dynamic profit targets based on recent realized volatility.
- Nadaraya-Watson Envelope (EMA Proxy) (risk) — The DEMA-based envelope provides a non-linear volatility boundary for placing stop-losses and calculating position sizing based on 'fair value' deviation.
- Price and Volume Trend (PVT) (confirmation) — Confirms price breakouts are supported by tick volume accumulation, filtering out low-liquidity price spikes.
Known failure conditions
- Trendline values remain static or undefined by the user, preventing BVTE logic from triggering.
- Market enters a low-volatility 'flat' regime where ATR contraction makes the NW Envelope too narrow for spread coverage.
- Extended uptime on high-timeframe charts causes UDF-EMA length to exceed computational limits or effectively become a horizontal line.
Explore the full interactive blueprint, parameter ranges and evidence on WOBR StrategyVerse, or generate this strategy as an MT4/MT5 Expert Advisor with QuantMogul AI Engine.