Projects

Trading Expert Advisors (EAs)

In progressCurrent focus: DRL/ONNX inference path
MQL5MT5ONNX (planned)

Architecture

Now: Scaffolding the MQL5 EA from a frozen signal snapshot·Next: Land the killzone + confluence modules (M1)
  1. ├── EA main program (XauScalpEA.mq5)MT5 expert-advisor shell wiring the modular includes.
    next: Wire the order/risk lifecycle.
  2. ├── Killzone / session moduleTrading-session and killzone gating ported from the signal line.
  3. ├── SMC + confluenceP1Price-action structure and confluence scoring.
  4. ├── AQS signal-quality scoringP1Signal-quality score ported from the worker scoring core.
  5. ├── Risk managerP2Position sizing and risk controls.
  6. └── ONNX model embedP2Embed an offline-trained ONNX model for on-device inference.
    blocked: ml-warehouse must export a trained .onnx
    🔒 Offline training / on-device inference — no cloud on the hot path

Timeline

  1. 2026-06

    Planning DRL/ONNX inference path

  2. 2026-05

    Froze upstream signal logic as a read-only snapshot

Architecture

Standalone bundle that re-implements a XAU/USD scalp signal line as an MT5 expert advisor (MQL5), with a planned DRL/ONNX inference path.

Highlights

  • Signal logic frozen from the upstream platform as a read-only snapshot.