stop loss range “start, end, step” configurable for Edge

This commit is contained in:
misagh
2018-09-22 15:43:41 +02:00
parent cf37093e5a
commit f1b4e4b36c
3 changed files with 12 additions and 2 deletions

View File

@@ -132,6 +132,9 @@ def default_conf():
"process_throttle_secs": 1800,
"total_capital_in_stake_currency": 0.5,
"allowed_risk": 0.01,
"stoploss_range_min": -0.01,
"stoploss_range_max": -0.1,
"stoploss_range_step": -0.001,
"maximum_winrate": 0.80,
"min_trade_number": 15,
"max_trade_duration_minute": 1440,