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

@@ -55,6 +55,21 @@
],
"outdated_offset": 5
},
"edge": {
"enabled": false,
"process_throttle_secs": 1800,
"calculate_since_number_of_days": 14,
"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.01,
"maximum_winrate": 0.80,
"minimum_expectancy": 0.20,
"min_trade_number": 15,
"max_trade_duration_minute": 1440,
"remove_pumps": true
},
"experimental": {
"use_sell_signal": false,
"sell_profit_only": false,