backtest-expert

Validate trading ideas through rigorous backtesting with stress-testing and walk-forward validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill backtest-expert-pnwskyhippy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backtest-expert
Source: https://github.com/PNWSkyHippy/Trading_Bot_V2/tree/main/claud-skills/skills/backtest-expert
Command: npx skills add https://github.com/PNWSkyHippy/Trading_Bot_V2 --skill backtest-expert-pnwskyhippy

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Expert backtesting guidance helps users design robust evaluation processes to validate ideas and guard against overfitting and biased conclusions.

Core Features & Use Cases

  • Structured metrics and workflows that cover sample size, expectancy, risk management, robustness, and execution realism.
  • Stress testing across parameter sensitivity, regime changes, and worst-case assumptions, plus walk-forward validation.
  • Generates JSON and Markdown evaluation reports for documentation, audits, and decision-making.

Quick Start

Run the evaluation script on your backtest results to generate a structured score and report.

Frequently Asked Questions about backtest-expert

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

FAQPage Schema
What is walk-forward validation and how does it prevent overfitting in trading backtesting?

Walk-forward validation tests a trading strategy on out-of-sample data periods to prevent overfitting. It optimizes parameters on past data, then validates them on forward periods to ensure robustness across changing market regimes.

How do I stress test a trading strategy for parameter sensitivity and regime changes?

Stress testing a trading strategy involves varying its parameters and evaluating performance across different market regimes and worst-case assumptions. This process identifies vulnerabilities and confirms robustness before live deployment.

What metrics should I track when evaluating backtest results for a trading strategy?

Evaluating backtest results requires tracking documented metrics including sample size, expectancy, risk management, robustness, and execution realism. These metrics provide a structured score to validate the trading hypothesis.

Does backtesting require codified rules and documented execution realism to generate an evaluation report?

Backtesting requires codified trading rules and documented execution realism to generate an evaluation report. Satisfying these requirements produces structured JSON and Markdown outputs for audits and decision-making.

What are the limitations of backtesting when validating ideas across multiple market regimes?

Limitations of backtesting include biased conclusions from insufficient sample sizes and failing to account for execution realism. Without rigorous stress testing and robustness checks, strategies may fail under regime changes.