Files
antigravity-skills-reference/skills/backtesting-frameworks/SKILL.md
sickn33 0db870eb11 meta(risk): Sync conservative legacy labels
Add a maintainers script to safely promote high-confidence legacy risk labels from unknown to concrete values, cover it with tests, and regenerate the canonical skill artifacts and plugin copies. This reduces the legacy unknown backlog without forcing noisy classifications that still need manual review.
2026-03-29 10:45:21 +02:00

43 lines
1.3 KiB
Markdown

---
name: backtesting-frameworks
description: "Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates."
risk: safe
source: community
date_added: "2026-02-27"
---
# Backtesting Frameworks
Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates.
## Use this skill when
- Developing trading strategy backtests
- Building backtesting infrastructure
- Validating strategy performance and robustness
- Avoiding common backtesting biases
- Implementing walk-forward analysis
## Do not use this skill when
- You need live trading execution or investment advice
- Historical data quality is unknown or incomplete
- The task is only a quick performance summary
## Instructions
- Define hypothesis, universe, timeframe, and evaluation criteria.
- Build point-in-time data pipelines and realistic cost models.
- Implement event-driven simulation and execution logic.
- Use train/validation/test splits and walk-forward testing.
- If detailed examples are required, open `resources/implementation-playbook.md`.
## Safety
- Do not present backtests as guarantees of future performance.
- Avoid providing financial or investment advice.
## Resources
- `resources/implementation-playbook.md` for detailed patterns and examples.