Add defaults to constants.py and update docs

This commit is contained in:
Stefano Ariestasia
2022-01-23 03:54:58 +00:00
parent fe5f61694b
commit cc3852daf3
2 changed files with 6 additions and 2 deletions

View File

@@ -371,7 +371,9 @@ CONF_SCHEMA = {
'type': 'string',
'enum': AVAILABLE_DATAHANDLERS,
'default': 'jsongz'
}
},
'position_adjustment_enable': {'type': 'boolean', 'default': False},
'max_buy_position_adjustment': {'type': ['integer', 'number'], 'minimum': -1},
},
'definitions': {
'exchange': {