Add follow_mode feature so that secondary bots can be launched with the same identifier and load models trained by the leader

This commit is contained in:
robcaulk
2022-05-30 21:35:48 +02:00
parent 5b4c649d43
commit 606f18e5c1
5 changed files with 99 additions and 16 deletions

View File

@@ -66,7 +66,7 @@
],
"train_period": 20,
"backtest_period": 2,
"identifier": "example",
"identifier": "example2",
"live_trained_timestamp": 0,
"corr_pairlist": [
"BTC/USDT:USDT",
@@ -86,8 +86,14 @@
"random_state": 1
},
"model_training_parameters": {
"n_estimators": 1000,
"n_estimators": 200,
"task_type": "CPU"
}
},
"bot_name": "",
"force_entry_enable": true,
"initial_state": "running",
"internals": {
"process_throttle_secs": 5
}
}

View File

@@ -56,7 +56,7 @@
"15m",
"4h"
],
"train_period": 60,
"train_period": 30,
"backtest_period": 7,
"identifier": "example",
"live_trained_timestamp": 0,