get_backtest_sessionreadOwner-scopedOne of the user's backtest sessions with its key stats (trades, net P&L, win rate, profit factor). Use get_backtest_trades for the trade list.
| Param | Type | Req. | Description |
|---|---|---|---|
| id | string | yes | The backtest session id. |
Example prompts
- “How is my EURUSD backtest doing?”
- “Show me the stats for backtest 3f2a1b4c.”
Example call
{ "name": "get_backtest_session", "arguments": { "id": "3f2a1b4c-5d6e-7f80-9a1b-2c3d4e5f6a7b" } }