get_backtest_analyticsreadOwner-scopedFull analytics overview for one of the user's backtest sessions: expectancy, win rate, profit factor, drawdown, average R/R and discipline flags (revenge trading, size creep, overtrading). Computed by the same engine as the app's Overview tab.
| Param | Type | Req. | Description |
|---|---|---|---|
| id | string | yes | The backtest session id. |
Example prompts
- “What's my expectancy and drawdown on this backtest?”
- “Am I revenge trading in backtest 3f2a1b4c?”
Example call
{ "name": "get_backtest_analytics", "arguments": { "id": "3f2a1b4c-5d6e-7f80-9a1b-2c3d4e5f6a7b" } }