We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4015431 commit e612b28Copy full SHA for e612b28
tests/app/reporting/test_backtest_report.py
@@ -32,6 +32,8 @@ def test_save_without_algorithm(self):
32
Test the save method of the BacktestReport class, as part of a backtest run. This means that the backtest report will be created
33
with an Algorithm instance and a BacktestResult instance, which are required to create the report. Also, a risk-free rate is provided,
34
to simulate an offline backtest run.
35
+
36
+ If algorithm is provided, that strategy files will be automatically saved in the strategies directory.
37
"""
38
algorithm = Algorithm()
39
algorithm.add_strategy(StrategyOne)
0 commit comments