Remove long deprecated settings that moved from experimental to

ask_strategy
This commit is contained in:
Matthias
2020-11-27 20:24:04 +01:00
parent 22ff67c8f8
commit 95c3c45ec9
3 changed files with 70 additions and 13 deletions

View File

@@ -182,9 +182,6 @@ CONF_SCHEMA = {
'experimental': {
'type': 'object',
'properties': {
'use_sell_signal': {'type': 'boolean'},
'sell_profit_only': {'type': 'boolean'},
'ignore_roi_if_buy_signal': {'type': 'boolean'},
'block_bad_exchanges': {'type': 'boolean'}
}
},