Trading Systems

MT5 Trading Algorithm & Visualizer

MQL5 / Trading Systems Developer

Built a personal MetaTrader 5 trading-system workspace for a deterministic multi-timeframe continuation strategy. Designed the MQL5 price-action kernel, read-only visualizer, EA runtime flows, portfolio scanner, lifecycle artifacts, operator controls, and verification tooling. The system focuses on reproducible strategy behavior, risk/exposure controls, restart-aware runtime state, and clear separation between trading logic and visualization.

Overview

This project is a personal MT5/MQL5 trading-system implementation focused on deterministic strategy behavior rather than discretionary chart scripts.

The core architecture separates strategy detection, runtime execution, and visualization. A shared price-action kernel publishes confirmed and provisional facts for impulses, corrections, continuation signals, trade setup plans, and historical setup replay. Indicators and EAs consume those facts instead of recomputing strategy logic from raw candles.

Key work included:

This project is relevant to clients who need careful MT5/MQL5 architecture, trading-system refactoring, indicator/EA separation, strategy visualization, or reproducible backtest/debug workflows. It should not be presented as a guaranteed-profit system.

  • Multi-timeframe strategy modeling for fixed HTF/LTF pairs
  • MQL5 kernel modules for price-action structure and setup planning
  • Read-only visualizer overlays for inspecting kernel facts
  • EA runtime support for virtual triggers, real pending orders, break-even, trailing, partials, and hybrid management
  • Risk/exposure gates and one-trade-per-impulse controls
  • Runtime lifecycle artifacts, restart-aware state, and operator audit trails
  • Compile gates, matrix verifiers, determinism checks, and lifecycle parity verification

Project Images

More Relevant Projects