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