Phase 0
- Experts
- Donovan Allan Barrow
- Version: 3.3
- Updated: 24 February 2026
Phase 0: Institutional Execution & Dynamic Risk Engine
Phase 0is the final Execution and Management Layer of the SMC base system. It transforms high-probability market structure signals into precision-managed trades using institutional-grade safety protocols. Unlike standard "hardcoded" expert advisors, Phase 0 utilizes a purely variable-driven architecture to adapt to real-time market volatility.
Key Technical Features:
-
ATR-Normalized Precision: Every entry, stop-loss, and take-profit is calculated using a variable safeAtrDist . This ensures that volatility dictates the trade's "breathing room," not fixed point values.
-
Production-Grade Error Handling: Features a specialized Freeze Level Bypass logic. By calculating a safeFreezeDist (including a 10pt safety buffer), the system prevents "Close to Market" rejections from the broker during high-volatility events.
-
Variable Risk & Margin Intelligence: Position sizing is dynamically calculated via the CalcLotSize module. It cross-references InpRiskPercent against available margin and broker-specific SYMBOL_VOLUME_MIN constraints, preventing over-leveraged entries.
-
R-Multiple Trade Management: Includes an automated lifecycle manager that handles Break-Even (BE) and Trailing Stops based on R-multiples ( InpBreakEvenR , InpTrailStartR ). This ensures profits are secured systematically as price hits mathematical milestones.
-
Chaos & Regime Detection: Uses a g_chaosVal variable to monitor price "noise" and adjusts limits based on whether the market is in a TRENDING or RANGING regime.
Phase 0: Institutional Execution & Dynamic Risk Engine
Phase 0is the final Execution and Management Layer of the SMC base system. It transforms high-probability market structure signals into precision-managed trades using institutional-grade safety protocols. Unlike standard "hardcoded" expert advisors, Phase 0 utilizes a purely variable-driven architecture to adapt to real-time market volatility.
Key Technical Features:
-
ATR-Normalized Precision: Every entry, stop-loss, and take-profit is calculated using a variable safeAtrDist . This ensures that volatility dictates the trade's "breathing room," not fixed point values.
-
Production-Grade Error Handling: Features a specialized Freeze Level Bypass logic. By calculating a safeFreezeDist (including a 10pt safety buffer), the system prevents "Close to Market" rejections from the broker during high-volatility events.
-
Variable Risk & Margin Intelligence: Position sizing is dynamically calculated via the CalcLotSize module. It cross-references InpRiskPercent against available margin and broker-specific SYMBOL_VOLUME_MIN constraints, preventing over-leveraged entries.
-
R-Multiple Trade Management: Includes an automated lifecycle manager that handles Break-Even (BE) and Trailing Stops based on R-multiples ( InpBreakEvenR , InpTrailStartR ). This ensures profits are secured systematically as price hits mathematical milestones.
-
Chaos & Regime Detection: Uses a g_chaosVal variable to monitor price "noise" and adjusts limits based on whether the market is in a TRENDING or RANGING regime.

Great, Easy to use interface...can't wait for the next phase