What problem does it solve?
Quantitative traders often need to evaluate how a trading strategy would have performed on historical market data, but setting up backtesting environments, handling data, and analyzing results can be time‑consuming and error‑prone.
Core Features & Use Cases
- Backtesting Engine: Supports common strategies such as moving‑average crossover, MACD, RSI, etc.
- Performance Analysis: Generates metrics like annual return, max drawdown, Sharpe ratio, and win rate.
- Parameter Optimization: Runs grid searches to find the best parameter combinations.
- Report Generation: Produces markdown‑formatted reports with visual summaries.
Example use case: a quant analyst wants to compare two MA crossover configurations on the CSI 300 index over the last three years to decide which parameters to deploy in live trading.
Quick Start
Ask the quant-backtest skill to run a backtest on the MA crossover strategy for the CSI 300 index over the past three years.