mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-15 20:53:58 +00:00
31 lines
774 B
JSON
31 lines
774 B
JSON
{
|
|
|
|
"freqai": {
|
|
"enabled": true,
|
|
"purge_old_models": true,
|
|
"train_period_days": 4,
|
|
"backtest_period_days": 2,
|
|
"identifier": "spicy-id",
|
|
"feature_parameters": {
|
|
"include_timeframes": [
|
|
"5m"
|
|
],
|
|
"include_corr_pairlist": ["ADA/BTC", "DASH/BTC"],
|
|
"label_period_candles": 20,
|
|
"include_shifted_candles": 1,
|
|
"DI_threshold": 0.9,
|
|
"weight_factor": 0.9,
|
|
"indicator_periods_candles": [
|
|
10
|
|
]
|
|
},
|
|
"data_split_parameters": {
|
|
"test_size": 0,
|
|
"random_state": 1
|
|
},
|
|
"model_training_parameters": {
|
|
"n_estimators": 800
|
|
}
|
|
}
|
|
}
|