segnals_get_bot_performance
Retrieve detailed performance metrics for a specific trading bot, including net PnL, win rate, total trades, and drawdown, to analyze bot effectiveness.
Instructions
Get detailed performance metrics for a specific bot: net PnL, win rate, total trades, drawdown, and more. Use this to analyze how well a particular bot is performing. Requires scope: read:stats. Example: segnals_get_bot_performance({ bot_id: 42 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bot_id | Yes | The ID of the bot to get performance for |