| name | query-today-trades |
| description | Read today's fills/trades for a locked account_id via get_today_trades. Use for PnL attribution and reconciliation; pair with get_positions when needed. |
| version | 0.1.0 |
| author | Hermes Agent |
| license | MIT |
| metadata | {"hermes":{"tags":["trading-ops","xtqmt","query"],"related_skills":["switch-account","signal-trader","query-today-orders","closing-review"],"requires_soul":"profiles/trade/SOUL.md","token_cost":"low"}} |
query-today-trades — 当日成交查询(原子)
语气与用户可见报告壳:见 profiles/trade/SOUL.md。
Overview
调用 get_today_trades(account_id='...') 获取当日成交记录,用于 归因、对账、复盘 输入。与 query-today-orders 互补。
When to Use
When NOT to Use
Prerequisites
account_id 已锁定;API + MCP。
执行步骤
get_today_trades(account_id='<logical_id>')。
- 若与委托/持仓对账 → 可交叉
get_today_orders、get_positions(不重复解释坑点,链 _shared)。
Dependencies
Verification Checklist