edge config added to CONF_SCHEMA and config_full.json.example

This commit is contained in:
misagh
2018-10-02 12:42:59 +02:00
parent 8741a63783
commit 23f8980973
3 changed files with 37 additions and 4 deletions

View File

@@ -137,13 +137,12 @@ def default_conf():
"allowed_risk": 0.01,
"stoploss_range_min": -0.01,
"stoploss_range_max": -0.1,
"stoploss_range_step": -0.001,
"stoploss_range_step": -0.01,
"maximum_winrate": 0.80,
"minimum_expectancy": 0.20,
"min_trade_number": 15,
"max_trade_duration_minute": 1440,
"remove_pumps": True,
"minimum_delta": 1
"remove_pumps": True
},
"telegram": {
"enabled": True,