Commit graph

12 commits

Author SHA1 Message Date
darashikoh
97a21593e1 2026-03-31 21:45:39 +01:00
16a2b2abdb chore: checkpoint current workspace updates 2026-03-26 21:26:25 +00:00
6be2c3c9e9 fix(pme): resolve enum migration compile errors 2026-03-26 20:57:40 +00:00
4da4fe3f8d feat(pme-1.5): A3 enum migration + A5 cleanup + gitignore expansion
- A3: ENUM_PARTIAL_MODE migration with backward-compat remapping
- A5: Archive v1.5 @!!@ files; add Archive/ to gitignore
- Gitignore: Suppress Examples/**/*.ex5, Free Robots/**/*.ex5, Previous/**/*.ex5

All Track A items (A1-A5) now complete
2026-03-26 17:02:22 +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
850baaad00 feat(pme): add v1.5 ATR partials, retracement gate, and symbol-class presets
- add ERMT_PME_1.5 EA source with profile-wired ATR partial controls\n- extend ProfitMaximizer with ATR triggers and retracement deferral gate\n- add symbol-class (major/cross/default) gate presets and dashboard visibility\n- include v1.5 design doc for ATR partials and retracement logic
2026-03-24 23:54:05 +00:00
c4d4c3aab1 Refine dashboard UX and startup profile visibility
- Simplify dashboard layout to status, risk, execution, and effective config\n- Remove legacy v1.3 solution noise and stale label paths\n- Show active startup profile directly in dashboard and fallback comment\n- Add input guidance clarifying Safe/Aggressive/Custom profile behavior\n- Display effective trail/partial settings resolved after profile overrides
2026-03-23 16:00:09 +00:00
22aab41aad v1.4 input interface cleanup - streamlined to essentials only 2026-03-23 15:22:26 +00:00
b018bba0f1 ERMT_PME_1.4: add safe/aggressive startup profiles and delay trailing
Quick startup guide:\n1) Attach ERMT_PME_1.4 to your chart.\n2) Set InpStartupProfile: Safe (default), Aggressive, or Custom.\n3) Keep InpPartialEngine=PARTIAL_ENGINE_PROFIT_MAX to avoid double partials.\n4) For longer runners, leave Safe profile enabled (trail starts at >=120).\n5) If needed, move to Custom and tune Trail/Partial inputs manually.\n\nWhat this commit changes:\n- Implements profile-based effective settings (trail/partials/runner).\n- Raises default InpTrailStart from 60 to 120.\n- Applies effective profile values to ProfitMaximizer and PositionManager.\n- Logs active profile and effective management parameters at init.
2026-03-23 13:43:22 +00:00
ca4024ed3a feat: bring ERMT_PMEx folder (incl. v1.3) onto pme-1x-optimization branch 2026-03-23 13:02:37 +00:00