audit_trade_decision
Audit a previous trade decision by comparing its predicted direction to actual market prices. Returns PnL percentage and verdict: GOOD_DECISION, BAD_DIRECTION, NOISE, or NO_ACTION_TAKEN.
Instructions
The accountability step. Verify a Kronos decision_id against later market prices. Returns whether direction held, PnL%, and a verdict: GOOD_DECISION, BAD_DIRECTION, NOISE, or NO_ACTION_TAKEN. Costs $0.07 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | No | Evaluation window: 1h, 4h, or 24h (default: 4h) | |
| decision_id | Yes | UUID from a previous get_crypto_decision call | |
| affiliate_id | No | Optional Pyrimid affiliate ID (af_xxxxx). Affiliate earns a commission from within the listed price — no extra cost to you. |