Commit graph

8 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
6897cb55c4 feat: Redesign dashboard to top-right with improved readability
- Anchor all chart objects to CORNER_RIGHT_UPPER
- Dark background C'15,15,25', amber gold section headers
- Consolas font, consistent column alignment with padded labels
- Compact label format: 'Active  : N', 'Locked  : N pts', etc.
- Section headers: STATUS / RISK / EXECUTION / LIVE CONFIG
- Background panel 260x330px, offsets from right/top edge
- InpDashboardY default: 20px from top
- Also include TechnicalAnalysis ATR symbol fixes from prev session
- Update ermt_1.6_aggressive.set dashboard Y to 20
2026-04-23 12:45:48 +01:00
e5620ff6c0 fix: Improve multi-chart symbol registration and ATR calculations
- Enhance GetATR() to explicitly select symbol in Market Watch
- Add fallback logging if symbol selection fails
- Improve ComputeATRManual() to use only valid bars for ATR calculation
- Add symbol name to position registration log for diagnostics
- Ensures ATR calculations use position-specific symbol, not chart symbol
2026-04-23 12:14:03 +01:00
7973517965 Title
feat: add ERMT PME 1.6 with live input-driven phase and basket protection

Body

create versioned 1.6 EA and module set
wire phase triggers and safety floors to live EA inputs
preserve runner sizing with original-position partial math
add equity-aware daily loss and drawdown protection
add FX basket de-risking for overlapping pairs
remove hidden profile overrides from manual trail and partial settings
keep 1.5 baseline intact while validating 1.6 behavior
2026-04-20 10:35:46 +01:00
6be2c3c9e9 fix(pme): resolve enum migration compile errors 2026-03-26 20:57:40 +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
ca4024ed3a feat: bring ERMT_PMEx folder (incl. v1.3) onto pme-1x-optimization branch 2026-03-23 13:02:37 +00:00