allow users to buffer train data with buffer_train_data_candles parameter

This commit is contained in:
robcaulk
2023-02-21 21:08:34 +01:00
parent 352f4962da
commit 2b5c11c7b4
6 changed files with 43 additions and 13 deletions

View File

@@ -569,7 +569,8 @@ CONF_SCHEMA = {
"nu": {"type": "number", "default": 0.1}
},
},
"shuffle_after_split": {"type": "boolean", "default": False}
"shuffle_after_split": {"type": "boolean", "default": False},
"buffer_train_data_candles": {"type": "integer", "default": 0}
},
"required": ["include_timeframes", "include_corr_pairlist", ]
},