feat: add Strategy and parameter file to backtest zip file

This commit is contained in:
Matthias
2025-03-23 17:22:50 +01:00
parent 04a28b2550
commit 85fc936431
2 changed files with 21 additions and 0 deletions

View File

@@ -1792,6 +1792,7 @@ class Backtesting:
dt_appendix,
market_change_data=combined_res,
analysis_results=self.analysis_results,
strategy_files={s.get_strategy_name(): s.__file__ for s in self.strategylist},
)
# Results may be mixed up now. Sort them so they follow --strategy-list order.