reorganized backtest utilities, test new functionality, improve/update doc

This commit is contained in:
robcaulk
2022-09-03 14:00:01 +02:00
parent af5460cebf
commit 599c1c79fb
6 changed files with 63 additions and 59 deletions

View File

@@ -56,7 +56,6 @@
"purge_old_models": true,
"train_period_days": 15,
"backtest_period_days": 7,
"backtest_save_model": true,
"live_retrain_hours": 0,
"identifier": "uniqe-id",
"feature_parameters": {
@@ -75,7 +74,6 @@
"weight_factor": 0.9,
"principal_component_analysis": false,
"use_SVM_to_remove_outliers": true,
"indicator_max_period_candles": 20,
"indicator_periods_candles": [
10,
20