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

@@ -16,7 +16,7 @@ from freqtrade.commands.hyperopt_commands import start_hyperopt_list, start_hype
from freqtrade.commands.list_commands import (start_list_exchanges, start_list_markets,
start_list_strategies, start_list_timeframes,
start_show_trades)
from freqtrade.commands.optimize_commands import (start_backtest_filter, start_backtesting,
from freqtrade.commands.optimize_commands import (start_backtest_show, start_backtesting,
start_edge, start_hyperopt)
from freqtrade.commands.pairlist_commands import start_test_pairlist
from freqtrade.commands.plot_commands import start_plot_dataframe, start_plot_profit