CSM-TBO Volumetric Breakout
Family: breakout · Regime: trending · Complexity: medium · Asset classes: FX (Majors) · Timeframes: H1, H4
Thesis
This strategy hypothesizes that breakouts are statistically more likely to persist when they occur in the direction of significant currency strength divergence and are validated by institutional volume. The edge is derived from filtering price noise using Relative Volume and focusing capital on the pairs with the highest fundamental divergence (Macro Strength). The Daily High/Low provides a structural risk floor, assuming that yesterday's extremes act as psychological anchors for market participants.
Components
- Supported for-in empty array slice result negative body history (regime) — Acts as a 'Runtime Integrity Regime'. The strategy only executes if the execution environment correctly handles historical series indexing and empty slice logic without returning 'na' (safety switch).
- Currency Strength Matrix (All) (direction) — Determines the fundamental direction by matching the strongest currency against the weakest currency to identify high-probability pair momentum.
- TradeBreakOut (TBO) (entry) — Provides the tactical entry trigger when price deviates significantly from its recent 50-period range boundaries.
- Chandelier Exit (exit) — A volatility-adjusted trailing stop that allows winning trades to run until price action suggests a trend reversal.
- Daily High Low (risk) — Provides a structural floor (support) or ceiling (resistance) based on the previous day's extreme for stop-loss placement and risk-to-reward calculation.
- RVOL (Relative Volume) (confirmation) — Confirms that the breakout is supported by institutional participation (volume > average) to filter out retail 'fakeouts'.
Known failure conditions
- Currency strength values stay clustered between -1 and 1 for extended periods, indicating a lack of clear capital flow.
- TBO triggers frequently in a narrow range without RVOL confirmation, leading to excessive 'no-trade' signals.
- Chandelier Exit hits prematurely due to ATR spikes in low-liquidity environments.
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.