get_trades
Fetch a paginated, filterable list of TradeZylo trades by account, date, strategy, direction, or market type to review PnL, setups, emotions, and notes.
Instructions
Fetch a paginated, filterable list of trades from TradeZylo with PnL, direction, instrument, setup tags, emotions, and notes. Supports filtering by account name or ID.
Example questions:
"Show me my last 10 trades"
"What trades did I take on EUR/USD this week?"
"List my losing trades on crypto"
"Show trades for my FTMO account"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1) | |
| limit | No | Results per page (max 500, default 50) | |
| search | No | Search by instrument symbol or keyword | |
| sortBy | No | Field to sort by e.g. entry_time, pnl_usd | |
| account | No | Filter by account name (e.g. "FTMO 2 Step", "01") or account ID | |
| date_to | No | ISO date string YYYY-MM-DD — filter trades on or before this date | |
| is_open | No | true = open trades only, false = closed trades only | |
| strategy | No | Filter by strategy name | |
| date_from | No | ISO date string YYYY-MM-DD — filter trades on or after this date | |
| direction | No | Filter by trade direction | |
| sortOrder | No | Sort direction | |
| market_type | No | Filter by market type e.g. FOREX, CRYPTO, STOCKS, FUTURES |