diff --git a/utils.py b/utils.py index e7bb006fd..e2f362937 100644 --- a/utils.py +++ b/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',