Commit graph

5 commits

Author SHA1 Message Date
16a2b2abdb chore: checkpoint current workspace updates 2026-03-26 21:26:25 +00:00
70c6f3d196 docs(pme): add Track B/C implementation roadmap
IMPLEMENTATION_ROADMAP_v2.2_B_C.md documents the full implementation plan
for v2.2 (Track B phases 1-7: config surface, HTF gate, thesis invalidation,
adaptive ATR partials, stale-trade decay, precedence ordering, test harness)
and housekeeping tasks (Track C: module consolidation, guide archive,
branch retirement) with field tables, pseudocode, and a sequencing schedule.
2026-03-25 12:49:17 +00:00
6fe50afe02 feat(pme-1.5): Track A - fix retracement buffer semantics and enhance dashboard
A1: Change InpPartialProfitBuffer from absolute-points to % above trigger.
  - ProfitMaximizer_PME.mqh: profit_buffer local var now computed as
    (current_profit - trigger) / trigger * 100.0; gate comparison updated;
    struct field comment, SetRetracementGate/SetSymbolClassGatePresets param
    names, ResolveGateSettings signature all updated to *_pct convention.
  - ERMT_PME_1.5.mq5: input label updated; dashboard gate_pass uses
    buffer_pct; startup log updated.

A2: Dashboard ATR_STATE label now shows both ATR and fixed trigger.
  - When ATR mode active: 'L1 A:<atr> F:<fixed> | cur | ret% | EXEC/DEFER'
  - When fixed mode: 'L1 F:<fixed> | cur | ret% | EXEC/DEFER'

A4: Commit previously modified-but-unstaged docs.

A5: Remove three tracked @!!@ MT5 editor auto-save files via git rm;
    add **/*@!!@*.mq5 rule to .gitignore; .gitignore committed.
2026-03-25 12:49:17 +00:00
2b1a90ac99 docs(pme): add v2.2 implementation plan roadmap 2026-03-25 11:35:41 +00:00
ca4024ed3a feat: bring ERMT_PMEx folder (incl. v1.3) onto pme-1x-optimization branch 2026-03-23 13:02:37 +00:00