set stake_amount minimum to match minimum bid in Bittrex
This commit is contained in:
parent
1dc1018356
commit
ac6d25c8f4
2
utils.py
2
utils.py
@ -15,7 +15,7 @@ _conf_schema = {
|
||||
'properties': {
|
||||
'max_open_trades': {'type': 'integer'},
|
||||
'stake_currency': {'type': 'string'},
|
||||
'stake_amount': {'type': 'number'},
|
||||
'stake_amount': {'type': 'number', 'minimum': 0.0005},
|
||||
'dry_run': {'type': 'boolean'},
|
||||
'minimal_roi': {
|
||||
'type': 'object',
|
||||
|
Loading…
Reference in New Issue
Block a user