fetch_trades
Retrieve closed trade history from the Freqtrade cryptocurrency trading bot to analyze past performance and inform future trading decisions.
Instructions
Fetch the history of closed trades.
Parameters: ctx (Context): MCP context object for logging and client access.
Returns: str: Stringified JSON response with trade history, or None if failed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||