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
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
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