Add new arguments

This commit is contained in:
Matthias
2018-07-27 23:00:50 +02:00
parent e38e0e60e1
commit e7d0439741
2 changed files with 16 additions and 0 deletions

View File

@@ -142,6 +142,14 @@ class Arguments(object):
action='store_true',
dest='refresh_pairs',
)
parser.add_argument(
'--strategy-list',
help='Provide a commaseparated list of strategies to backtest '
'Please note that ticker-interval needs to be set either in config '
'or via command line',
nargs='+',
dest='strategy_list',
)
parser.add_argument(
'--export',
help='export backtest results, argument are: trades\