fix constants.py, fix freqai test

This commit is contained in:
robcaulk
2022-11-13 15:38:35 +01:00
parent a59d61472b
commit 1e9e7887aa
3 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,7 @@ CONF_SCHEMA = {
'ignore_buying_expired_candle_after': {'type': 'number'},
'trading_mode': {'type': 'string', 'enum': TRADING_MODES},
'margin_mode': {'type': 'string', 'enum': MARGIN_MODES},
'convert_df_to_32bit': {'type': 'number', 'default': False},
'reduce_df_footprint': {'type': 'number', 'default': False},
'liquidation_buffer': {'type': 'number', 'minimum': 0.0, 'maximum': 0.99},
'backtest_breakdown': {
'type': 'array',