Add show-trades command

This commit is contained in:
Matthias
2020-05-02 11:26:12 +02:00
parent 0f50449196
commit 56bb5f7a11
5 changed files with 47 additions and 4 deletions

View File

@@ -19,7 +19,8 @@ from freqtrade.commands.list_commands import (start_list_exchanges,
start_list_hyperopts,
start_list_markets,
start_list_strategies,
start_list_timeframes)
start_list_timeframes,
start_show_trades)
from freqtrade.commands.optimize_commands import (start_backtesting,
start_edge, start_hyperopt)
from freqtrade.commands.pairlist_commands import start_test_pairlist