Add sell signal hyperopt

This commit is contained in:
Matthias
2019-01-06 10:16:30 +01:00
parent b731973c7a
commit 68ba1e1f37
5 changed files with 144 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ class Arguments(object):
'-s', '--spaces',
help='Specify which parameters to hyperopt. Space separate list. \
Default: %(default)s',
choices=['all', 'buy', 'roi', 'stoploss'],
choices=['all', 'buy', 'sell', 'roi', 'stoploss'],
default='all',
nargs='+',
dest='spaces',