What problem does it solve?
Banbot backtests can fail to start, produce errors, place no orders, stop early, or behave differently than strategy code expects. This skill provides a structured approach to diagnosing and fixing backtest issues by guiding you through common failure modes and causative checks.
Core Features & Use Cases
- Comprehensive diagnostic workflow covering data loading, configuration, and strategy loading for banbot backtests.
- Per-bar and lifecycle insight: traces the flow from data provision to order processing to result collection, helping pinpoint where issues arise.
- Actionable decision tree: guides users through common symptoms (no data, zero orders, early stop) with concrete remedies.
- Reproducibility and safety: emphasizes deterministic checks, data validation, and clear logging to reproduce and fix issues.
Quick Start
Run this skill to systematically diagnose and fix backtest problems by following the diagnostic decision tree from data and config checks to strat-loading validation.