get_live_bot_metrics
Retrieve real-time trading metrics for live bots including daily P&L, win rate, last signal, confidence, and error counts. Supports single bot or all bots.
Instructions
Get real-time trading metrics for live bots (Tradovate + Alpaca paper). Supabase-first (bot_metrics_live table). Returns daily P&L, win rate, last signal, confidence, error count. Bot IDs: mnq, cl, mes, nq, alpaca_paper_equities, alpaca_paper_crypto. Omit bot_id to get all. Falls back to log parser if Supabase unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot_id | No | Optional bot ID: mnq | cl | mes | nq | alpaca_paper_equities | alpaca_paper_crypto. Omit for all bots. |