implementing the strategy_updater in a first version

This commit is contained in:
hippocritical
2022-12-27 20:14:39 +01:00
parent 4601705814
commit 70e9fa6136
4 changed files with 263 additions and 2 deletions

View File

@@ -22,5 +22,6 @@ from freqtrade.commands.optimize_commands import (start_backtesting, start_backt
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
from freqtrade.commands.strategy_utils_commands import start_strategy_update
from freqtrade.commands.trade_commands import start_trading
from freqtrade.commands.webserver_commands import start_webserver