Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.
Add this skill
npx mdskills install sickn33/backtesting-frameworksCovers key concepts but lacks detailed step-by-step instructions for agent execution
1---2name: backtesting-frameworks3description: Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.4---56# Backtesting Frameworks78Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates.910## Use this skill when1112- Developing trading strategy backtests13- Building backtesting infrastructure14- Validating strategy performance and robustness15- Avoiding common backtesting biases16- Implementing walk-forward analysis1718## Do not use this skill when1920- You need live trading execution or investment advice21- Historical data quality is unknown or incomplete22- The task is only a quick performance summary2324## Instructions2526- Define hypothesis, universe, timeframe, and evaluation criteria.27- Build point-in-time data pipelines and realistic cost models.28- Implement event-driven simulation and execution logic.29- Use train/validation/test splits and walk-forward testing.30- If detailed examples are required, open `resources/implementation-playbook.md`.3132## Safety3334- Do not present backtests as guarantees of future performance.35- Avoid providing financial or investment advice.3637## Resources3839- `resources/implementation-playbook.md` for detailed patterns and examples.40
Full transparency — inspect the skill content before installing.