Fix identifier_typos
This commit is contained in:
@@ -29,7 +29,7 @@ class FreqaiExampleHybridStrategy(IStrategy):
|
|||||||
"enabled": true,
|
"enabled": true,
|
||||||
"purge_old_models": 2,
|
"purge_old_models": 2,
|
||||||
"train_period_days": 15,
|
"train_period_days": 15,
|
||||||
"identifier": "uniqe-id",
|
"identifier": "unique-id",
|
||||||
"feature_parameters": {
|
"feature_parameters": {
|
||||||
"include_timeframes": [
|
"include_timeframes": [
|
||||||
"3m",
|
"3m",
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ def freqai_conf(default_conf, tmp_path):
|
|||||||
"backtest_period_days": 10,
|
"backtest_period_days": 10,
|
||||||
"live_retrain_hours": 0,
|
"live_retrain_hours": 0,
|
||||||
"expiration_hours": 1,
|
"expiration_hours": 1,
|
||||||
"identifier": "uniqe-id100",
|
"identifier": "unique-id100",
|
||||||
"live_trained_timestamp": 0,
|
"live_trained_timestamp": 0,
|
||||||
"data_kitchen_thread_count": 2,
|
"data_kitchen_thread_count": 2,
|
||||||
"activate_tensorboard": False,
|
"activate_tensorboard": False,
|
||||||
|
|||||||
Reference in New Issue
Block a user