get_event_log
Query engine event log for signals, orders, fills, and risk checks. Combine filters to inspect recent activity or specific strategy events.
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. |