export_bot_trades
Export trade history as structured data with PnL, entry/exit prices, and performance summary for analysis.
Instructions
Export a bot's trade history as structured data. Returns all trades with PnL, entry/exit prices, and performance summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bot ID | |
| format | No | summary = stats + recent trades, full = all trades | summary |