First commit for integrating buy_reasons into FT

This commit is contained in:
froggleston
2022-05-22 23:24:52 +01:00
parent 7f3853bbcd
commit 9488e8992d
5 changed files with 317 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ Contains all start-commands, subcommands and CLI Interface creation.
Note: Be careful with file-scoped imports in these subfiles.
as they are parsed on startup, nothing containing optional modules should be loaded.
"""
from freqtrade.commands.analyze_commands import start_analysis_entries_exits
from freqtrade.commands.arguments import Arguments
from freqtrade.commands.build_config_commands import start_new_config
from freqtrade.commands.data_commands import (start_convert_data, start_convert_trades,