From 1c9e68b6ca984e76ca182e76d5b236b29dee0615 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 29 Sep 2025 01:27:36 +0200 Subject: [PATCH] chore(reforcexy): configuration template alignment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ReforceXY/user_data/config-template.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/ReforceXY/user_data/config-template.json b/ReforceXY/user_data/config-template.json index 63bcddb..c22bb1f 100644 --- a/ReforceXY/user_data/config-template.json +++ b/ReforceXY/user_data/config-template.json @@ -15,10 +15,11 @@ // "trading_mode": "futures", // "margin_mode": "isolated", "trading_mode": "spot", - "minimal_roi": { - "0": 0.03 - }, // Take_profit exit value used with force_actions - "stoploss": -0.02, // Stop_loss exit value used with force_actions + // "minimal_roi": { + // "0": 0.03 + // }, // Take_profit exit value used with force_actions + // "stoploss": -0.02, // Stop_loss exit value used with force_actions + "stoploss": -0.99, "unfilledtimeout": { "entry": 10, "exit": 10, -- 2.43.0