backtest-expert

Analyze and validate trading backtests with a five-dimension scoring framework.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Dorpeer95/stocks-trading --skill backtest-expert-dorpeer95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backtest-expert
Source: https://github.com/Dorpeer95/stocks-trading/tree/main/.claude/skills/backtest-expert
Command: npx skills add https://github.com/Dorpeer95/stocks-trading --skill backtest-expert-dorpeer95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Backtesting experts need a disciplined, repeatable framework to validate trading ideas, quantify robustness, and avoid common biases before live implementation.

Core Features & Use Cases

  • Structured backtesting framework that codifies edge hypotheses into deterministic rules
  • Stress testing with parameter sensitivity, slippage modeling, and regime analysis
  • Evaluation and reporting with red flags and a reproducible scoring system
  • Use Case: Quant researchers and developers validate ideas across bull and bear markets, ensuring robustness before deployment.

Quick Start

Run the evaluation script with your backtest results to generate a comprehensive quality report.

Frequently Asked Questions about backtest-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate my trading strategy backtest for robustness?

Backtesting validation requires stress-testing ideas across multiple market regimes, verifying parameter sensitivity, and ensuring realistic costs. A structured framework codifies edge hypotheses into deterministic rules and outputs reproducible scoring reports for decision-making.

What is parameter sensitivity analysis in quantitative backtesting?

Parameter sensitivity analysis in quantitative backtesting measures how strategy performance changes when input variables are adjusted. It helps identify overfitting and ensures reliability across different market regimes before live deployment.

How do I stress test a trading strategy across bull and bear markets?

Stress testing across bull and bear markets involves applying regime analysis and slippage modeling to your backtest results. This identifies red flags and quantifies strategy robustness before live implementation.

Can I use this backtesting framework for risk management and strategy validation?

Yes, this backtesting framework supports risk management and strategy validation by applying a five-dimension scoring system. It evaluates robustness, checks for red flags, and outputs JSON or Markdown reports to guide deployment decisions.

What is the best way to avoid common biases in trading backtests?

The best way to avoid common biases in trading backtests is to apply a disciplined evaluation framework that codifies edge hypotheses into deterministic rules, models realistic costs, and performs red-flag checks across various market regimes.

How do I generate a reproducible scoring report for my quant backtest?

You can generate a reproducible scoring report for your quant backtest by running an evaluation script on your backtest results. The framework applies a five-dimension scoring system and outputs structured JSON or Markdown reports for decision-making.