mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #1580 from hroff-1902/patch-1
Minor: added amount_reserve_percent into config json-schema
This commit is contained in:
commit
643402da1c
|
@ -67,6 +67,7 @@ CONF_SCHEMA = {
|
|||
},
|
||||
'minProperties': 1
|
||||
},
|
||||
'amount_reserve_percent': {'type': 'number', 'minimum': 0.0, 'maximum': 0.5},
|
||||
'stoploss': {'type': 'number', 'maximum': 0, 'exclusiveMaximum': True},
|
||||
'trailing_stop': {'type': 'boolean'},
|
||||
'trailing_stop_positive': {'type': 'number', 'minimum': 0, 'maximum': 1},
|
||||
|
|
Loading…
Reference in New Issue
Block a user