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