
from agent-skills-hub48
Patterns and practical steps to build reliable, bias-aware backtesting systems for evaluating trading strategies and validating research hypotheses.
This skill outlines the design and implementation patterns for robust backtesting systems. It covers point-in-time data handling, avoidance of look-ahead and survivorship bias, transaction cost modelling, event-driven simulation, and walk-forward analysis. The guidance is aimed at researchers and engineers building reproducible performance evaluation pipelines rather than giving trading advice.
Use when developing or validating trading strategies, building data pipelines for historical simulation, running sensitivity analyses, or preparing research-grade backtests that can withstand audit and review. Do NOT use it for live trading execution or to provide financial advice.
Best used by research-assisting agents that can help with code generation and validation (Copilot-like tools, Claude Code, Gemini). The content is methodology-focused and complements toolchains for Python/R numerical work.
This skill has not been reviewed by our automated audit pipeline yet.
FastAPI Project Templates
Creates production-ready FastAPI project scaffolds with async patterns, DI, middleware, and testing best practices for high-performance APIs.
Postmortem Writing
Guided, blameless postmortem authoring: timelines, root-cause analysis, and actionable follow-ups to turn incidents into organizational learning.