From 2eaa881bf9bc5cd37efbd7337293e0e391fc2c75 Mon Sep 17 00:00:00 2001 From: iterativ Date: Thu, 29 Feb 2024 13:30:21 +0200 Subject: [PATCH] X4: grinding: allow more margin for de-risk detection. --- NostalgiaForInfinityX4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NostalgiaForInfinityX4.py b/NostalgiaForInfinityX4.py index 5b20abc1d0..20eb38e560 100644 --- a/NostalgiaForInfinityX4.py +++ b/NostalgiaForInfinityX4.py @@ -8801,7 +8801,7 @@ def long_grind_adjust_trade_position( ) current_stake_amount = trade.amount * current_rate - is_derisk = trade.amount < (filled_entries[0].safe_filled * 0.99) + is_derisk = trade.amount < (filled_entries[0].safe_filled * 0.95) is_derisk_calc = False # Rebuy mode