Rename backtest-filter to backtest_show

This commit is contained in:
Matthias
2021-10-30 10:53:18 +02:00
parent f472709438
commit 851062ca46
3 changed files with 10 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ def start_backtesting(args: Dict[str, Any]) -> None:
backtesting.start()
def start_backtest_filter(args: Dict[str, Any]) -> None:
def start_backtest_show(args: Dict[str, Any]) -> None:
"""
Show previous backtest result
"""
@@ -69,8 +69,6 @@ def start_backtest_filter(args: Dict[str, Any]) -> None:
show_backtest_results(config, results)
show_filtered_pairlist(config, results)
logger.info("Backtest filtering complete. ")
def start_hyperopt(args: Dict[str, Any]) -> None:
"""