Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:17:51 +08:00
commit 1d99e38517
14 changed files with 630 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Scripts
Bundled resources for trading-strategy-backtester skill
- [ ] backtest_strategy.py: Script to execute backtesting with specified parameters and output results to a file.
- [ ] optimize_parameters.py: Script to perform parameter optimization using a genetic algorithm or similar method.
- [ ] compare_strategies.py: Script to compare the performance of different trading strategies based on historical data.
- [ ] walk_forward_analysis.py: Script to conduct walk-forward analysis to evaluate the robustness of a trading strategy.