get_event_log
Query the engine event log to retrieve signals, orders, fills, and risk checks. Filter by strategy or event type with AND composition for precise results.
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 |
|---|---|---|---|
| strategy | No | ||
| type | No | Event type filter (e.g. 'signal', 'order', 'fill', 'risk_check'). | |
| from_ts_ns | No | ||
| to_ts_ns | No | ||
| limit | No | Max records to return. Default 100. |