diff --git a/freqtrade/constants.py b/freqtrade/constants.py index 2e0efc8e7..e42b9d4b8 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -261,7 +261,7 @@ CONF_SCHEMA = { 'default': 'off' }, 'sell': { - 'type': 'object', + 'type': ['string', 'object'], 'additionalProperties': { 'type': 'string', 'enum': TELEGRAM_SETTING_OPTIONS