get_event_log
Retrieve trading engine events like signals, orders, fills, and risk checks. Filter by type, strategy, or time range to see what happened recently.
Instructions
Query the engine event log (signals emitted, orders placed, fills received, risk checks). Filters AND-compose. Read-only. Use for 'what happened in the last 5 minutes' / 'show me all the signals from ema-trend'. Default limit 100.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Event type filter (e.g. 'signal', 'order', 'fill', 'risk_check'). | |
| limit | No | Max records to return. Default 100. | |
| strategy | No | ||
| to_ts_ns | No | ||
| from_ts_ns | No |