9 lines
541 B
Markdown
9 lines
541 B
Markdown
# 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.
|