Add constant, boolean check, rename option to fit with other x_enable, check that RunMode is BACKTEST

This commit is contained in:
froggleston
2022-04-16 14:37:36 +01:00
parent afd3a32883
commit 26ba899d7d
3 changed files with 24 additions and 6 deletions

View File

@@ -380,6 +380,7 @@ CONF_SCHEMA = {
},
'position_adjustment_enable': {'type': 'boolean'},
'max_entry_position_adjustment': {'type': ['integer', 'number'], 'minimum': -1},
'backtest_signal_candle_export_enable': {'type': 'boolean'},
},
'definitions': {
'exchange': {