Commit graph

3 commits

Author SHA1 Message Date
b29f3f951a fix(ERMT-PME): harden partial closure flow against zero-percent levels 2026-04-29 14:43:41 +01: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
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