second_opinion
Check any proposed Binance trade before execution: classify the chart setup, measure historical base rates and order-book costs, and receive an APPROVE, CAUTION, or VETO decision to prevent unfounded trading rationales.
Instructions
Deterministic pre-trade check for an AI-proposed Binance trade. Classifies the current chart into measurable setups, computes the historical base rate of the proposed trade on this symbol (median forward return, hit rate, sample size, 95% CI), the round-trip cost from the live order book and fees, and returns APPROVE / CAUTION / VETO with every number that drove it. Call this before any order tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | ||
| as_of | No | YYYY-MM-DD to replay a past decision (no live order book) | |
| symbol | Yes | e.g. BTCUSDT (BTC, BTC/USDT also accepted) | |
| thesis | No | the rationale in plain words, e.g. 'momentum after today's breakout'. Second Opinion checks whether the claimed setup is actually present. | |
| horizon_days | No | holding horizon the trade is judged on | |
| notional_usd | Yes | order size in quote currency (USD-equivalent) |