add experimental flag support and add use_sell_signal (#143)
* add use_sell_signal to config schema * check use_sell_signal * set use_sell_signal to false
This commit is contained in:
@@ -202,6 +202,12 @@ CONF_SCHEMA = {
|
||||
'required': ['ask_last_balance']
|
||||
},
|
||||
'exchange': {'$ref': '#/definitions/exchange'},
|
||||
'experimental': {
|
||||
'type': 'object',
|
||||
'properties': {
|
||||
'use_sell_signal': {'type': 'boolean'}
|
||||
}
|
||||
},
|
||||
'telegram': {
|
||||
'type': 'object',
|
||||
'properties': {
|
||||
|
Reference in New Issue
Block a user