Know What the Bot Is Doing — and Why
The source stresses journaling and reviewing decisions. Automated trading extends that requirement into real-time observability: the operator needs both trading results and technical health.
Architecture principle
Useful telemetry includes heartbeat, market-data freshness, strategy state, risk permission, account equity, open exposure, order latency, rejects, slippage, realized R, drawdown and reason-coded logs. These operational metrics are an FX Nova Bot implementation layer.
Alerts should focus on actionable state changes: stale data, disconnected API, unprotected position, repeated rejection, risk BLOCK, recovery failure or drawdown threshold. Normal activity belongs in logs and dashboards rather than constant notifications.
Connected FX Nova modules
Educational software-engineering material. Architecture beyond the source trading methodology is explicitly presented as FX Nova Bot engineering design.