mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Update minimum for tradable_balance_ratio to 0.0
This commit is contained in:
parent
2431c9f195
commit
b59906b117
|
@ -110,7 +110,7 @@ CONF_SCHEMA = {
|
|||
},
|
||||
'tradable_balance_ratio': {
|
||||
'type': 'number',
|
||||
'minimum': 0.1,
|
||||
'minimum': 0.0,
|
||||
'maximum': 1,
|
||||
'default': 0.99
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user