Agent skill

backtest-expert

Expert guidance for systematic backtesting of trading strategies on Indian markets (NSE/BSE). Use when developing strategies, testing robustness, avoiding overfitting, or validating trading ideas.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill backtest-expert-ajeeshworkspace-indian-trading-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Path: skills/analysis/backtest-expert-ajeeshworkspace-indian-trading-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Backtest Expert — Indian Market Strategy Validation ## Core Philosophy > **"Find strategies that break the least, not profit the most."** A strategy that survives stress testing across multiple market regimes, transaction cost assumptions, and parameter perturbations is far more valuable than one that shows spectacular returns on a single optimized parameter set. Overfitting is the silent killer of trading accounts. --- ## 6-Step Backtesting Workflow ### Step 1: State the Hypothesis (1 Sentence Edge) Before writing a single line of code, articulate why the strategy should work in one clear sentence. **Good hypotheses:** - "Stocks that gap up >3% on above-average volume after consolidation tend to continue higher for 2-5 days on NSE." - "Nifty 50 stocks that revert to their 20-day mean after RSI drops below 30 produce positive expectancy within 5 trading sessions." - "Selling strangles on Bank Nifty on Wednesday expiry with delta <0.15 captures time decay faster than gamma risk materializes." **Bad hypotheses:** - "This indicator combination looks good on the chart." (no edge articulated) - "I saw someone on Twitter making money with this." (no reasoning) **Ask yourself:** - What

What's inside
Steps it walks through
  1. Core Philosophy
  2. 6-Step Backtesting Workflow
  3. Step 1: State the Hypothesis (1 Sentence Edge)
  4. Step 2: Codify Rules (No Ambiguity)
  5. Step 3: Run Initial Backtest
  6. Step 4: Stress Test (Spend 80% of Your Time Here)
  7. Step 5: Out-of-Sample Validation (Walk-Forward Analysis)
  8. Step 6: Evaluate Results (Deploy / Refine / Abandon)
  9. Using Broker MCP Tools for Backtesting Support
  10. Groww MCP (if connected)
  11. Zerodha Kite MCP (if connected)
  12. Quick Reference: Red Flags
  13. Files in This Skill
Ships with 1 file
  • metadata.json
Commands it runs
python3 evaluate_backtest.py \
More from claude-skill-registry
All skills →
About this skill
What does the backtest-expert skill do?

Expert guidance for systematic backtesting of trading strategies on Indian markets (NSE/BSE). Use when developing strategies, testing robustness, avoiding overfitting, or validating trading ideas.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill backtest-expert-ajeeshworkspace-indian-trading-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going