Runtime Status
{{ execution_status }}
Updated {{ updated_at }}
Kill Switch
{{ kill_switch_status }}
Reason {{ kill_switch_reason }}
Config Snapshot
Paper trading: {{ paper_trading_mode }}
Trade capital: {{ trade_capital_usd }}
Max trade capital: {{ max_trade_capital_usd }}
Max concurrent trades: {{ max_concurrent_trades }}
Tradable pairs: {{ tradable_pairs_display }}
Strategy mode: {{ strategy_mode }}
Profit threshold: {{ strategy_profit_threshold }}
Max depth levels: {{ strategy_max_depth_levels }}
Alerting
Status: {{ alerts_enabled }}
Channels: {{ alerts_channels }}
Min severity: {{ alerts_min_severity }}
Dedup window: {{ alerts_dedup_seconds }}s
Last result: {{ alerts_last_result }}
Last attempted: {{ alerts_last_attempted_at }}
Last success: {{ alerts_last_success_at }}
Last event: {{ alerts_last_event_title }}
Last error: {{ alerts_last_error }}
{% if alerts_last_channel_results %} {% for item in
alerts_last_channel_results %}
{{ item }}
{% endfor %} {% endif %}