added liquidation_buffer to constants.py

This commit is contained in:
Sam Germain
2022-02-11 00:43:45 -06:00
committed by Matthias
parent 3c3675ea1a
commit fb3a6e2ce8
2 changed files with 1 additions and 4 deletions

View File

@@ -156,6 +156,7 @@ CONF_SCHEMA = {
'ignore_buying_expired_candle_after': {'type': 'number'},
'trading_mode': {'type': 'string', 'enum': TRADING_MODES},
'margin_mode': {'type': 'string', 'enum': MARGIN_MODES},
'liquidation_buffer': {'type': 'number', 'minimum': 0.0, 'maximum': 0.99},
'backtest_breakdown': {
'type': 'array',
'items': {'type': 'string', 'enum': BACKTEST_BREAKDOWNS}