Commit graph

4 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
c3ee69912a fix: ERMT PME 1.6 - Fix ATR-only partial mode initialization and file header
- Remove stray character at line 1 that corrupted parser
- Make fixed-point trigger validation conditional on InpPartialMode
  * Skip validation when using PARTIAL_MODE_ATR (all-zero triggers are valid)
  * Only validate ascending order for PARTIAL_MODE_FIXED or PARTIAL_MODE_HYBRID
- Allows clean initialization of aggressive ATR-based presets (ermt_1.6_aggressive.set)
2026-04-23 12:04:55 +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