get_candle_track_record
Walk forward the exact chart candle configuration (symbol, interval, q, f) over independent resolved anchors. Compares analogue and volatility-scaled range bands against the unconditional baseline with coverage, confidence intervals, Winkler scores, regime diagnostics, and explicit non-directional signal integrity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| f | No | Exact forward horizon to evaluate: 5, 10, 30, or 50 bars | |
| q | No | Exact chart pattern length to evaluate: 3, 5, 8, or 12 candles | |
| endTs | No | Optional Unix-millisecond cutoff that pins the evaluation dataset for reproducibility | |
| symbol | No | Supported chart symbol: BTCUSDT, ETHUSDT, or SOLUSDT | BTCUSDT |
| anchors | No | Independent resolved anchors to evaluate. Anchors are spaced f bars apart (10-120) | |
| interval | No | Supported chart timeframe: 5m, 15m, 1h, 4h, or 1d | 5m |
| 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. | |
| analogueLimit | No | Nearest analogues used at every walk-forward anchor (5-200) | |
| includePoints | No | Include every resolved walk-forward anchor. False returns an agent-sized summary |