unnecessary libraries removed + arg help enriched

This commit is contained in:
misagh
2018-11-14 16:49:16 +01:00
parent 0767718a17
commit 5d73b303fe
2 changed files with 7 additions and 16 deletions

View File

@@ -202,7 +202,8 @@ class Arguments(object):
parser.add_argument(
'--stoplosses',
help='defines a range of stoploss against which edge will assess the strategy'
'the format is "min,max,step" (without any space). example: --stoplosses=-0.01,-0.1,-0.001',
'the format is "min,max,step" (without any space).'
'example: --stoplosses=-0.01,-0.1,-0.001',
type=str,
dest='stoploss_range',
)