backtest-expert

Evaluate and stress-test systematic trading strategies with structured backtesting methodologies.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill backtest-expert-pasie15
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backtest-expert
Source: https://github.com/pasie15/claude-trading-skills-marketplace/tree/main/plugins/trading-strategy-tools/skills/backtest-expert
Command: npx skills add https://github.com/pasie15/claude-trading-skills-marketplace --skill backtest-expert-pasie15

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps traders and developers avoid misleading backtest results by providing a structured, friction-first methodology for validating systematic trading strategies so only robust ideas reach live trading.

Core Features & Use Cases

  • Structured Validation Workflow: Step-by-step guidance from hypothesis definition and rule codification to stress testing, walk-forward validation, and final deployment decision.
  • Stress Testing & Execution Modeling: Practical methods for slippage and commission modeling, worst-case fills, order rejections, and partial fills to punish fragile strategies.
  • Parameter & Regime Analysis: Parameter sensitivity grids, year-by-year regime checks, sample-size requirements, and out-of-sample comparisons to detect curve-fitting and look-ahead bias.
  • Deliverables & Examples: Produces structured evaluation reports with per-dimension scores, red-flag diagnostics, and a Deploy/Refine/Abandon verdict; useful for quant researchers, systematic traders, and portfolio risk teams.

Quick Start

Ask backtest-expert to evaluate a strategy by providing the hypothesis, explicit entry/exit rules, sample trade metrics, and the stress tests you want performed.

Frequently Asked Questions about backtest-expert

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

FAQPage Schema
How do I avoid misleading backtesting results for a systematic trading strategy?

Avoid misleading backtesting results by applying a friction-first validation methodology that models realistic slippage, commissions, and worst-case fills to systematically punish fragile trading strategies before live deployment.

What is walk-forward validation and when do I need it for strategy evaluation?

Walk-forward validation is an out-of-sample testing method used during strategy evaluation to detect curve-fitting and look-ahead bias. You need it when verifying parameter stability across multiple market regimes and varying sample sizes.

How do I stress test trading strategies against slippage and execution costs?

Stress test trading strategies by modeling explicit slippage, commissions, order rejections, and partial fills. This friction-first approach evaluates strategy robustness by simulating worst-case execution scenarios to identify脆弱 ideas.

What is the best way to detect curve-fitting and parameter sensitivity in quantitative trading?

Detect curve-fitting by running parameter sensitivity grids and year-by-year regime checks. Comparing out-of-sample performance against these sensitivity scans reveals whether your strategy is over-optimized for historical data.

How do I structure a final evaluation report for a rule-based trading strategy?

Structure a strategy evaluation report with per-dimension scores, red-flag diagnostics, and a final Deploy, Refine, or Abandon verdict based on explicit entry/exit definitions, sample trade metrics, and structured stress test results.

Can I use this backtesting methodology for any market regime and asset class?

Yes, this strategy evaluation methodology applies to rule-based systematic trading strategies across multiple market regimes, accommodating varying sample sizes and execution cost scenarios to ensure only robust ideas reach live trading.