get_trading_decision
Return a compact trader decision card for a symbol/interval: TRADEABLE, WATCH, or SKIP with direction, confidence, evidence, risk, reasons, and caveats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f | No | Forecast horizon in bars | |
| q | No | Query length in bars | |
| sort | No | Sort mode for results | |
| limit | No | Maximum number of matches to return | |
| feePct | No | Per-side fee percentage for the proof backtest | |
| symbol | No | Ticker symbol (e.g., BTCUSDT) | |
| compact | No | Default true: strips per-match value arrays and full forecast paths, returning match metadata, horizon-end price targets, and the calibrated outcome distribution (~4x fewer tokens). Set false for full arrays. | |
| minProb | No | Minimum directional probability required to trade in the proof backtest | |
| anchorTs | No | Target timestamp to search around | |
| interval | No | Timeframe (e.g., 1h, 15m) | |
| token_id | No | Optional Manus access token. Paid tools use tokenized service access, not a monthly subscription: when token_id is omitted the server returns payment_required with a Solana Pay invoice, and after payment you retry with the same token while the server uses Manus token/resolve to recover pending access. | |
| minAvgSim | No | Minimum average similarity required to trade in the proof backtest | |
| slippagePct | No | Per-side slippage percentage for the proof backtest | |
| backtestStep | No | Backtest step in bars | |
| backtestEndTs | No | Optional backtest end timestamp in Unix ms | |
| embeddingMode | No | Pattern embedding mode: priceShape uses normalized closes, featureV1 uses OHLCV/context, neuralV1 uses the experimental ONNX encoder | |
| backtestMaxBars | No | Maximum recent bars to load for the backtest | |
| backtestStartTs | No | Optional backtest start timestamp in Unix ms | |
| includeBacktest | No | When true, include a walk-forward backtest proof block. This is slower than the default decision-only response. | |
| backtestTimeoutMs | No | Optional timeout budget for the backtest request |