CHANGELOG · ZIP RELEASES

MTR package changelog

Current version: v1.0.2 (2026-07-14). 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 is the EA version compiled into the .ex5 you produce. (v1.0.2 ships "1.101"; "1.100" means v1.0.1 or earlier.)
  3. 3.The ZIP filename itself encodes version + build date — MTR_FullSystemEA_v1.0.2_sale_20260714.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.2

current

EA compiles from any Experts subfolder

Fixed — #include resolution

  • The three .mq5 entry-points loaded their engine modules with quote-form RELATIVE includes — #include "..\Include\MTR\Config.mqh" — which MetaEditor resolves against the EA's OWN folder. Dropped into MT5's stock MQL5\Experts\Advisors\ subfolder, that resolved to the non-existent MQL5\Experts\Include\MTR\: 15 × error 106 (file '…\Experts\Include\MTR\Config.mqh' not found), cascading into ~86 more (declaration without type · undeclared identifier 'g_baskets' · …) for 101 errors total.
  • All three entry-points (MTR_FullSystemEA · MTR_VisualResearchEA · MTR_DonchianRegimeGrid_v01) now use angle-bracket form — #include <MTR\Config.mqh> — which resolves from MQL5\Include\ regardless of where the .mq5 sits. Verified with MetaEditor: 0 errors compiling from BOTH Experts\ and Experts\Advisors\ (previously 101 / 100 / 100 errors from Advisors\).
  • EA versions bumped so you can tell the builds apart: MTR_FullSystemEA 1.100 → 1.101; MTR_VisualResearchEA and MTR_DonchianRegimeGrid_v01 1.000 → 1.001.
  • No trading logic changed. The compiled .ex5 is functionally identical — the includes resolve to the same 20 modules, and all 20 .mqh files are byte-for-byte unchanged from v1.0.1. This is purely an install-robustness fix.

Changed

  • SETUP_GUIDE.md — §2 install rewritten: MQL5/Include/MTR/ is copied first (it is now the only path that has to be exact), plus the ~101-error symptom and its fix for anyone still on v1.0.1 or earlier.
  • CHANGELOG.md inside the ZIP now carries the v1.0.1 entry too — it had only ever been published on the website.
  • Corrected the Jun-2026 headline figure to $3,724,741 (372×). Since v1.0.1 the ZIP had misquoted it $10,000 low — a digit transposition that didn't even divide to the 372× printed beside it (the Strategy Tester's balance curve ends at $3,724,741.39). It was in BACKTEST_RESULTS.md and in the header comments of the two .ini configs the guide points you at to reproduce the run. The website already carried the right number; the ZIP now matches it, and the ZIP's own CHANGELOG owns the correction.
  • New: sale_package/audit_shipped_zip.ps1 — gates every release on the built ZIP (not the repo, because untracked files ship). It blocks a retracted figure from ever reappearing, cross-checks every $N (M×) pair against the $10,000 deposit, asserts zero compiled .ex5, and compiles all 3 EAs from BOTH Experts\ and Experts\Advisors\.

Who should take this update

  • Everyone — this is the first change to the MQL5 source since launch. If your current copy already compiles, nothing breaks by staying on it; the fix only removes the folder constraint.

v1.0.1

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 — 8 .ini Strategy-Tester profiles + 5 .set parameter snapshots

  • deployment/ic_cap5_24mo_production_candidate.ini — the headline reference · IC Markets cap=5 · Model=0 (MT5-generated ticks) · 2024.01.01 → 2026.04.30 · $10K start. Originally published as $5,748,460 (575×); that is now understood as ONE IC data snapshot — the same config re-runs at 166×–575× as the broker's stored tick history changes, and with the window extended to Jun-2026 it lands at $3,724,741 (372×). Read it as an illustration of the strategy's mechanics, not a number you will reproduce or earn.
  • 7 more .ini profiles (Exness demo, IC Markets, Apr-2026 replays, tier-2 leverage stress) + 5 .set parameter snapshots, for different brokers, periods and risk caps.
  • No compiled .ex5 is shipped in any version — the package is source-only and you compile it yourself with F7. That is the point: you get the code, not a black box.

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 royalty leak (a $14/mo All-Access subscription is also available)
  • 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
TRADELENS · PRODUCT UPDATES

TradeLens changelog

Dated milestones as they shipped to production — download edition and Cloud. PR numbers are the release ids. We committed to keeping this log in public after promising it in writing; hold us to it.

2026-07-09feature#214

Live demo entrance

Browse the Cloud demo before any signup — discoverable entrances across the site route into the read-only demo workspace.

2026-07-08fix#209 #210

Honest errors

Billing portal returns an honest 403 when no Stripe customer exists (instead of a dead end); importer file-size limits surfaced up front before upload.

2026-07-06reliability#202 #203 #205 #206 #207 #208

Trust-audit day — seven hardening fixes in one pass

Cancelled Cloud subscribers stop being served (and billed for AI) immediately; importer never reports false success and surfaces real errors; raw model ids no longer leak in AI responses; a failed Telegram send no longer burns the day's Coach question; legal pages reachable from the Cloud funnel; paywall retry + backend polish.

2026-07-06feature#201 #204

Connect: MT4/MT5 auto-sync via MetaApi

Read-only account sync using an investor password that cannot place trades — with connect timeouts and clean rollback on failure.

2026-07-05feature#199 #200

AI Coach — 'real coach' redesign

Chat-first, adaptive coaching with streaming teardown cards; output-token budget raised so long answers stop truncating.

2026-07-04feature#189 #194

Telegram delivery

One-time link pairing; daily digest and trade-autopsy DMs; Coach chat in the same thread sharing the web app's daily question quota. Cloud feature — the offline download edition has no server to link.

2026-07-04major#180 #181 #183 #184 #186 #193 #196

TradeLens Cloud launches

Hosted edition: isolated tl_* schema with RLS, MT4/MT5/cTrader/CSV importers, metrics core with golden-parity tests against the download edition, agentic AI Coach, subscription billing with customer portal. Priced $19 first month, then $29/mo — cancel anytime.

2026-06-18launch#135

TradeLens download edition goes live

Full-source trade journal — Python/FastAPI backend + web frontend, importers, launchers for Windows/macOS/Linux — sold one-time with the complete source included. Landing, checkout, and members guide shipped together.

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
All-Access Monthly$14/mo