strategy-generate

Generate and validate quantitative trading strategies with multi-market backtesting.

Updated Jul 29, 2026
One-click install
npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill strategy-generate-santoosaraujo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: strategy-generate
Source: https://github.com/santoosaraujo/vibe-trading-claude/tree/main/.claude/skills/strategy-generate
Command: npx skills add https://github.com/santoosaraujo/vibe-trading-claude --skill strategy-generate-santoosaraujo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires numpy, pandas.

What problem does it solve?

This Skill streamlines the quantitative trading lifecycle by automating the design, coding, and backtesting of investment strategies, removing the need for manual data handling and infrastructure setup.

Core Features & Use Cases

  • Automated Strategy Design: Guides the user through data requirements, signal logic, and position management to ensure robust strategy construction.
  • Integrated Backtesting: Executes backtests directly using a built-in engine, supporting multiple markets including China A-shares, US stocks, Hong Kong stocks, and Crypto.
  • Validation & Optimization: Provides statistical validation tools like Monte Carlo simulations and walk-forward analysis to ensure strategy reliability.

Quick Start

Use the strategy-generate skill to build a dual moving average crossover strategy for 000001.SZ using 5 and 20 day periods for the year 2024.

Frequently Asked Questions about strategy-generate

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

FAQPage Schema
How do I backtest a quantitative trading strategy across multiple markets?

You can backtest a quantitative trading strategy across multiple markets by parsing your intent into configuration files and signal engine code, executing the integrated engine across China A-shares, US stocks, Hong Kong stocks, and Crypto.

What is the process for generating quantitative trading strategy code?

Generating quantitative trading strategy code involves parsing user intent into configuration files and signal engine code. The process guides you through data requirements, signal logic, and position management to ensure robust strategy construction.

Does this backtesting tool support walk-forward analysis and Monte Carlo simulations?

Yes, the backtesting tool supports walk-forward analysis and Monte Carlo simulations. These statistical validation tools are integrated to ensure the reliability of your quantitative trading strategies alongside signal consistency and risk management checks.

Can I use pandas and numpy for signal logic in my trading backtests?

Yes, you can use pandas and numpy for signal logic in your trading backtests. The strategy engine relies on these dependencies for automated data normalization, signal generation, and quantitative performance metric calculations.

How do I design a dual moving average crossover strategy for China A-shares?

To design a dual moving average crossover strategy for China A-shares, you specify the ticker, moving average periods, and target year. The engine parses this intent to generate and validate the configuration and signal code for backtesting.

What risk management parameters are validated during quantitative strategy backtesting?

During quantitative strategy backtesting, rigorous quality gates validate signal consistency, trade execution, and risk management parameters. This automated validation ensures your strategies maintain robust construction before analyzing performance metrics.