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