CHANGELOG · ZIP RELEASES

MTR package changelog

Current version: v1.0.1 (2026-06-16). Every shipped update to the $49 ZIP lands here in order. "Lifetime updates" — a claim you can verify.

HOW TO CHECK YOUR VERSION

Three places that tell you which version you have

  1. 1.Open MANIFEST.md at the root of the ZIP — auto-generated at build time · contains the package version + build date + SHA-256 of every file.
  2. 2.Open MQL5/Experts/MTR_FullSystemEA.mq5 and read line 7 — #property version "1.100" is the EA version compiled into the .ex5 you produce.
  3. 3.The ZIP filename itself encodes version + build date — MTR_FullSystemEA_v1.0_sale_20260510.zip

When a new version ships, your /account/downloads shows the latest version alongside what you have — no guessing whether you're up to date.

v1.0.1

current

Docs correction — backtest figures reframed as modelled / illustrative

What changed (documentation only — EA source unchanged, v1.100)

  • After an IC Markets platform/data update changed the stored tick history, the IC cap=5 headline no longer reproduces as a fixed number. The buyer docs (SALE_README · BACKTEST_RESULTS · SETUP_GUIDE · RISK_DISCLOSURE · CLAUDE.md) now present it as a MODELLED figure (Model=0 = MT5-generated ticks) that VARIES with the broker's stored history — the same config has re-run 166×–575× across data snapshots; with the window extended to 2026.06.10 it is ~$3.72M (372×).
  • Read the backtest as an illustration of the strategy's mechanics — NOT a number you will reproduce or earn. The lasting value is the full source code + 24-month research framework.
  • Removed the earlier 'switch Modelling to real ticks and reproduce $5.7M on your machine' guidance: the headline is Model=0 (generated), and any 2024–2026 run is mostly generated ticks on every broker (a normal MT5 limitation, not specific to this EA).

Unchanged from v1.0.0

  • MQL5 source (21 files · 16,923 lines · EA v1.100), Rust simulator, Python research stack, all configs, license and the $49 price are identical.
  • Existing buyers: re-download from your /account/downloads tab any time to get the corrected docs — the EA itself did not change.

v1.0.0

Initial public release

MQL5 source — 21 files · 16,923 lines

  • MQL5/Experts/MTR_FullSystemEA.mq5 — EA v1.100 · 1,763 lines · MT5 entry-point · composes all 20 includes · commercial safety gate (AllowLiveRetail=false by default)
  • Trading engines — 5,795 LOC HedgeGridEngine · 1,675 RangeGridEngine · 604 ReversalConfluenceEngine · 72 RecoveryEngine
  • Regime & control — 931 QuantGridController · 910 TrendGridFreezeEngine · 550 RegimeScore · 466 ModeStateMachine · 208 RegimeEngine
  • Execution layer — 1,614 BasketManager · 461 TradeExecutor · 223 ZoneEngine · 74 Composer · 69 Cashflow · 54 GridAdd · 50 BasketTP
  • Config + telemetry — 735 ChartVisualizer · 335 Config · 168 Instrument · 166 EventLogger

Lab + research

  • research/rust_sim/ — Rust tick simulator (47–100M ticks/sec on commodity hardware) for stress-testing without burning MT5 minutes
  • research/python_research/ — Python CPCV + Monte-Carlo stack (analysis/t1_cpcv.py · mc_sweep.py · monthly_compound.py · …) with requirements.txt

Deployment configs (12 files)

  • deployment/ic_cap5_to_jun2026.ini — headline reference · IC Markets cap=5 · Model=0 (generated ticks) · 2024.01.01 → 2026.06.10 · $10K → $3,724,741 (372×, modelled — varies with broker data; same config has run 166×–575×)
  • deployment/ic_cap5_apr2026.ini — Apr 2026 single-month replay · $10K → $363,927 (36.4×) · the demo video shows this run
  • 10 more tested .ini / .set / .ex5 profiles for different brokers, periods, and risk caps

Buyer documentation — 7 markdown docs

  • SALE_README.md — 5-min orientation · start here
  • SETUP_GUIDE.md — install · compile · MetaEditor · Strategy Tester walkthrough
  • INVENTORY.md — full file map · line counts · purpose of each module
  • HANDOVER_NOTES.md — design intent · architecture · why each engine exists
  • BACKTEST_RESULTS.md — full backtest matrix · IC Markets headline + Exness latency stress + Rust-sim cross-check
  • RESEARCH_HISTORY.md — 60+ logged research notes from 24 months of R&D · every killed experiment documented
  • RISK_DISCLOSURE.md — risk warnings · caveats · read-before-you-deploy

AI-agent integration

  • CLAUDE.md at the ZIP root — codebase-overview file any LLM coding agent reads on first open (Claude Code · Cursor · Windsurf · Aider · Copilot · Cline · Codex · Continue · Zed · Devin · Replit · any LLM CLI)
  • MANIFEST.md at the ZIP root (auto-generated at build time) — full file list + SHA-256 of every file + package version stamp

Integrity tooling

  • verify_package.ps1 — SHA-256 integrity check · verifies (1) ZIP matches its .sha256 sidecar, (2) extracts cleanly, (3) every required file present, (4) no leaked secrets, (5) no stray .ex5 binaries

Compatibility

  • MetaTrader 5 build 3815+
  • XAUUSD M5 · any MT5 broker (no vendor lock-in · no royalty leak)
  • Reference broker for the headline numbers: IC Markets demo · other brokers also work but tick microstructure differences will shift numbers slightly
  • Recommended for live deployment: VPS with <50 ms latency to the broker

License

  • Non-exclusive · modify · recompile · resell derivatives (your IP transfers to your modifications)
  • One-time $49 founders' rate · no subscription · no royalty leak
  • Lifetime updates · pushed to your /account/downloads tab
  • 7-day pre-download refund · window closes on first successful download · SHA-256 mismatch or missing files remain refundable any time

This page mirrors sale_package/CHANGELOG.md inside your ZIP — the ZIP file is the canonical source of truth.

Risk disclosure

Trading CFDs carries substantial risk. Past performance does not guarantee future results. Figures shown are modelled MT5 Strategy-Tester backtest results (IC Markets cap=5 reference run, Model=0 generated ticks) that vary with the broker's stored data and are not reproducible; broker spread + latency materially affect real-account outcomes. Not investment advice.

© 2026 ProEA · All rights reservedBuilt for MT5 · Not affiliated with MetaQuotes

Past performance ≠ future. Backtest is broker-specific.