set stake_amount minimum to match minimum bid in Bittrex

This commit is contained in:
Janne Sinivirta 2017-09-08 08:45:27 +03:00
parent 1dc1018356
commit ac6d25c8f4
1 changed files with 1 additions and 1 deletions

View File

@ -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',