audit_trade_decision
Audit any trade decision by comparing it to real prices. Provide decision ID and window (1h/4h/24h) to get direction accuracy, PnL%, and a clear verdict.
Instructions
The accountability step — verify any decision against real prices. Pass the decision_id from get_crypto_decision and a window (1h/4h/24h). Returns: did the direction hold? What was the PnL%? Verdict: GOOD_DECISION, BAD_DIRECTION, or NOISE. Every decision should be audited. Costs $0.07 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| decision_id | Yes | UUID from a previous get_crypto_decision call | |
| window | No | Evaluation window: 1h, 4h, or 24h (default: 4h) | |
| affiliate_id | No | Optional Pyrimid affiliate ID (af_xxxxx). Affiliate earns a commission from within the listed price — no extra cost to you. |