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.
9 lines
No EOL
142 B
Markdown
9 lines
No EOL
142 B
Markdown
---
|
|
noteId: "38400880283e11f1a2b7a5c1327e9c98"
|
|
tags: []
|
|
|
|
---
|
|
|
|
# MQL5
|
|
|
|
MQL5 Algo Forge / [darashikoh](https://www.mql5.com/en/users/darashikoh) |