diff --git a/freqtrade/constants.py b/freqtrade/constants.py index c27cd875c..1611903ab 100644 --- a/freqtrade/constants.py +++ b/freqtrade/constants.py @@ -126,6 +126,7 @@ CONF_SCHEMA = { 'name': {'type': 'string'}, 'key': {'type': 'string'}, 'secret': {'type': 'string'}, + 'password': {'type': 'string'}, 'pair_whitelist': { 'type': 'array', 'items': {