stop loss range added to args

This commit is contained in:
misagh
2018-11-14 16:31:23 +01:00
parent 36030176bb
commit b0e4aa8eff
3 changed files with 16 additions and 1 deletions

View File

@@ -199,6 +199,13 @@ class Arguments(object):
action='store_true',
dest='refresh_pairs',
)
parser.add_argument(
'--stoplosses',
help='defines a range of stoploss against which edge will assess the strategy'
'the format is "min, max, step". example: -0.01, -0.1, -0.001',
type=str,
dest='stoploss_range',
)
parser.add_argument(
'--export',
help='export backtest results, argument are: trades\