get_track_record
Public forecast track record: every closed bar the engine logs its own forecast BEFORE the outcome is known, then grades it against reality. Returns direction hit rate, p10-p90 band coverage vs the nominal 80%, mean abs error, the active conformal calibration scale, and recent forecast-vs-actual rows. Use this to verify the engine's calibration before trusting its forecasts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max recent forecast rows to return (default 40, max 200) | |
| symbol | No | Ticker symbol (default BTCUSDT) | |
| interval | No | Timeframe: 5m, 15m, 1h or 4h (default 1h) |