diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 5ec60eb59..7bb9895fe 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -260,7 +260,7 @@ CONF_SCHEMA = { 'enum': TELEGRAM_SETTING_OPTIONS, 'default': 'off' }, - 'sell': {'type': 'string', 'enum': TELEGRAM_SETTING_OPTIONS}, + 'sell': {'type': 'object'}, 'sell_cancel': {'type': 'string', 'enum': TELEGRAM_SETTING_OPTIONS}, 'sell_fill': { 'type': 'string',