Version 1.10 2026.05.23
- **Upgraded Golden-Navy HUD:** Refactored into a premium high-contrast Golden-Navy panel (`C'8,12,28'` with gold borders and slate blue headers) anchored to the **Top-Left** of your chart, updating dynamically every second on a real-time `OnTimer` thread.
- **Free Margin Safeguard:** An internal pre-trade check that computes required margin via `OrderCalcMargin()` and verifies it against your actual account `FreeMargin()` with a 10% safety buffer before executing orders, preventing broker `[No money]` failures.
- **Session & Trade Mode Verification:** Evaluates symbol trade mode (`SYMBOL_TRADE_MODE_FULL`) and server session times (`IsMarketOpen()`) before all operations. Bypasses execution during weekends or market closures.
- **Ghost Protocol Closed-Session Protection:** Ensures virtual SL/TP exits do not spam order requests when the market is closed, guaranteeing clean logs and validation stability.
- The EA operates without modifying standard charts, hiding its true virtual targets from the broker.