2022-09-15 21:26:43 +00:00
|
|
|
{
|
|
|
|
|
|
|
|
"freqai": {
|
|
|
|
"enabled": true,
|
|
|
|
"purge_old_models": true,
|
|
|
|
"train_period_days": 4,
|
2022-10-08 10:45:49 +00:00
|
|
|
"backtest_period_days": 1,
|
2022-09-15 22:46:55 +00:00
|
|
|
"identifier": "spicy-id",
|
2022-09-15 21:26:43 +00:00
|
|
|
"feature_parameters": {
|
|
|
|
"include_timeframes": [
|
2022-09-17 13:05:50 +00:00
|
|
|
"30m",
|
|
|
|
"1h",
|
|
|
|
"4h"
|
2022-09-15 21:26:43 +00:00
|
|
|
],
|
|
|
|
"include_corr_pairlist": [
|
2022-09-17 13:05:50 +00:00
|
|
|
"BTC/USD",
|
|
|
|
"ETH/USD"
|
2022-09-15 21:26:43 +00:00
|
|
|
],
|
|
|
|
"label_period_candles": 20,
|
|
|
|
"include_shifted_candles": 2,
|
|
|
|
"DI_threshold": 0.9,
|
|
|
|
"weight_factor": 0.9,
|
2022-09-17 13:05:50 +00:00
|
|
|
"principal_component_analysis": true,
|
2022-09-15 21:26:43 +00:00
|
|
|
"indicator_periods_candles": [
|
|
|
|
10,
|
|
|
|
20
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"data_split_parameters": {
|
|
|
|
"test_size": 0,
|
|
|
|
"random_state": 1
|
|
|
|
},
|
|
|
|
"model_training_parameters": {
|
|
|
|
"n_estimators": 800
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|