From 95b6c71164ef1cc34b881d351103dfb1c5066670 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 6 Apr 2026 17:23:06 +0200 Subject: [PATCH] chore(qav3): refine reversal confirmation parameters 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 95b1a22..aeda430 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -39,8 +39,8 @@ "price_last_balance": 0.0 }, "reversal_confirmation": { - "min_natr_multiplier_fraction": 0.0075, - "max_natr_multiplier_fraction": 0.01 + "min_natr_multiplier_fraction": 0.0095, + "max_natr_multiplier_fraction": 0.0125 }, "exchange": { "name": "binance", -- 2.53.0