Module 04 Backtesting banner
jackson-video-resources jackson-video-resources

Module 04 Backtesting

AI community

Description

# Module 4 Prompts — Backtesting & ML Training Loop --- ## Section 4.3 — Running Your First Backtest Replace the EMA periods and logic with your own strategy description from Module 3. The structure of the prompt stays the same: ``` I want to backtest a trading strategy. Please write a Python script using yfinance to pull 24 months of daily OHLCV data for EUR/USD. The strategy is: buy when the 10-period EMA crosses above the 30-period EMA. Sell when the 10-period EMA crosses below the 30-per

Installation

Installs to ~/.claude/skills/jackson-video-resources-claude-code-stocks-futures-module-04-backtesting/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jackson-video-resources-claude-code-stocks-futures-module-04-backtesting && curl -fsSL https://raw.githubusercontent.com/jackson-video-resources/claude-code-stocks-futures/HEAD/prompts/module-04-backtesting.md -o ~/.claude/skills/jackson-video-resources-claude-code-stocks-futures-module-04-backtesting/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository