fix: cleanup backtest after it ran

This commit is contained in:
Matthias
2025-10-15 18:19:02 +02:00
parent 0bf83f8744
commit 4cf736911d

View File

@@ -116,7 +116,7 @@ def __run_backtest_bg(btconfig: Config):
)
ApiBG.bt["bt"].results["metadata"][strategy_name]["filename"] = str(fn.stem)
ApiBG.bt["bt"].results["metadata"][strategy_name]["strategy"] = strategy_name
ApiBG.bt["bt"].reset_backtest()
logger.info("Backtest finished.")
except ConfigurationError as e: