export_audit_trail
Export trading decision records for audit and compliance, including the memory context that informed each trade—providing a tamper-evident trail for review.
Instructions
Export Trading Decision Records for audit and compliance review.
Provides a complete, tamper-evident record of trading decisions including the memory context (similar trades, beliefs) that informed each decision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End date (ISO format, exclusive). E.g., "2026-04-01". | |
| limit | No | Maximum records to return (default 50). | |
| start | No | Start date (ISO format, inclusive). E.g., "2026-03-01". | |
| strategy | No | Filter by strategy name (e.g., "VolBreakout"). | |
| trade_id | No | Get a single TDR by trade ID (e.g., "MT5-7047640363"). If provided, other filters are ignored. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||