mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Lower minimum tradeable value
This commit is contained in:
parent
a3415e52c0
commit
4dc0631a4b
|
@ -71,7 +71,7 @@ CONF_SCHEMA = {
|
|||
'stake_currency': {'type': 'string', 'enum': ['BTC', 'XBT', 'ETH', 'USDT', 'EUR', 'USD']},
|
||||
'stake_amount': {
|
||||
"type": ["number", "string"],
|
||||
"minimum": 0.0005,
|
||||
"minimum": 0.0001,
|
||||
"pattern": UNLIMITED_STAKE_AMOUNT
|
||||
},
|
||||
'fiat_display_currency': {'type': 'string', 'enum': SUPPORTED_FIAT},
|
||||
|
|
Loading…
Reference in New Issue
Block a user