Add documentation for tradable_balance_ratio

This commit is contained in:
Matthias
2020-01-02 10:59:10 +01:00
parent cac0e37b06
commit 1b8943ac54
3 changed files with 14 additions and 0 deletions

View File

@@ -73,6 +73,12 @@ CONF_SCHEMA = {
'minimum': 0.0001,
'pattern': UNLIMITED_STAKE_AMOUNT
},
'tradable_balance_ratio': {
'type': ['number'],
'minimum': 0.1,
'maximum': 1,
'default': 0.99
},
'fiat_display_currency': {'type': 'string', 'enum': SUPPORTED_FIAT},
'dry_run': {'type': 'boolean'},
'dry_run_wallet': {'type': 'number', 'default': DRY_RUN_WALLET},