Trade history
broker_tradesRetrieve executed trades from connected accounts, newest first, with optional broker/symbol filters. Pass the result to propfirms_simulate_trades to simulate prop-firm challenge odds.
Instructions
Executed trades across all connected accounts (the most recent window each broker exposes), newest first. Optionally filter by broker id and/or symbol. To simulate prop-firm challenge odds from this history, pass this tool's JSON result (the {trades: [...]} object) straight into propfirms_simulate_trades as tradeLogText, with importRisk set to the risk taken per trade. Filter to one broker/account first when several are connected: mixed-account histories are refused rather than replayed as one equity curve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max trades to return (default 100) | |
| broker | No | Broker id to filter by | |
| symbol | No | Symbol to filter by, e.g. 'BTC' or 'AAPL' |