From 9f9890ccb7d81cbcce2df2daa8955caab3f2ac7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 27 Feb 2025 19:47:19 +0100 Subject: [PATCH] refactor(qav3): refine configuration template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/config-template.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index ec72793..3e78aad 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -141,10 +141,11 @@ "ETH/USDT" ], "include_timeframes": [ + "5m", "15m", "1h", "4h", - "1d" + // "1d" ], "label_period_candles": 100, "include_shifted_candles": 6, @@ -179,7 +180,7 @@ }, "bot_name": "freqtrade-quickadapter", "initial_state": "running", - "timeframe": "15m", + "timeframe": "5m", "force_entry_enable": false, "internals": { "process_throttle_secs": 5 -- 2.43.0