From c39b9f97bb0ab395767825af6aca52fab6331e38 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 24 Feb 2026 18:09:27 +0800 Subject: [PATCH] 5m timeframe --- config_examples/dryrun.json | 1 - config_examples/dryrun_XGBoostRegressorMultiTarget.json | 3 +-- config_examples/freqaiprimer.json | 6 +++--- config_examples/live.json | 1 - 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/config_examples/dryrun.json b/config_examples/dryrun.json index 2e59f236..f2201e0b 100644 --- a/config_examples/dryrun.json +++ b/config_examples/dryrun.json @@ -88,7 +88,6 @@ }, "feature_parameters": { "include_timeframes": [ - "3m", "15m", "1h", "4h" diff --git a/config_examples/dryrun_XGBoostRegressorMultiTarget.json b/config_examples/dryrun_XGBoostRegressorMultiTarget.json index 676d7610..06d77fca 100644 --- a/config_examples/dryrun_XGBoostRegressorMultiTarget.json +++ b/config_examples/dryrun_XGBoostRegressorMultiTarget.json @@ -90,7 +90,6 @@ }, "feature_parameters": { "include_timeframes": [ - "3m", "15m", "1h", "4h" @@ -134,4 +133,4 @@ "listen_ip_address": "0.0.0.0", "listen_port": 8080 } -} \ No newline at end of file +} diff --git a/config_examples/freqaiprimer.json b/config_examples/freqaiprimer.json index 97727420..78e40dbb 100644 --- a/config_examples/freqaiprimer.json +++ b/config_examples/freqaiprimer.json @@ -87,9 +87,9 @@ }, "feature_parameters": { "include_timeframes": [ - "3m", - "15m", - "1h" + "15m", + "1h", + "4h" ], "include_corr_pairlist": [ "BTC/USDT", diff --git a/config_examples/live.json b/config_examples/live.json index cd50512c..a89ad189 100644 --- a/config_examples/live.json +++ b/config_examples/live.json @@ -90,7 +90,6 @@ }, "feature_parameters": { "include_timeframes": [ - "3m", "15m", "1h", "4h"