mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
Added timerange above multiple strategy backtest result summary table
This commit is contained in:
parent
c99ae3b419
commit
2e5b719de8
|
@ -660,7 +660,8 @@ def show_backtest_results(config: Dict, backtest_stats: Dict):
|
|||
show_backtest_result(strategy, results, stake_currency)
|
||||
|
||||
if len(backtest_stats['strategy']) > 1:
|
||||
backtest_timerange = f"{next(iter(backtest_stats['strategy'].items()))[1]['backtest_start']} -> " \
|
||||
backtest_timerange = \
|
||||
f"{next(iter(backtest_stats['strategy'].items()))[1]['backtest_start']} -> " \
|
||||
f"{next(iter(backtest_stats['strategy'].items()))[1]['backtest_end']}"
|
||||
|
||||
# Print Strategy summary table
|
||||
|
|
Loading…
Reference in New Issue
Block a user