trading-strategy-backtester
v1.28.0Backtest trading strategies with historical data, performance metrics, and risk analysis
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/trading-strategy-backtester/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/backtesting-trading-strategies/SKILL.md
Skills1
Backtest crypto and traditional trading strategies against historical data. Calculates performance metrics (Sharpe, Sortino, max drawdown), generates equity curves, and optimizes strategy parameters. Use when user wants to test a trading strategy, validate signals, or compare approaches. Trigger with phrases like "backtest strategy", "test trading strategy", "historical performance", "simulate trades", "optimize parameters", or "validate signals".
Manifests1
{
"name": "trading-strategy-backtester",
"version": "1.28.0",
"description": "Backtest trading strategies with historical data, performance metrics, and risk analysis",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"trading",
"backtesting",
"strategy",
"historical",
"performance",
"risk"
]
}