get_event_log
Query the engine event log for signals, orders, fills, and risk checks. Compose filters by type, strategy, or time range to see what happened recently. Read-only.
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 |