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