From bfb67679d928d2ff7284ecd6debc045506af7abb Mon Sep 17 00:00:00 2001 From: iterativ Date: Tue, 19 Dec 2023 15:31:46 +0200 Subject: [PATCH] X3: rebuy mode: fine tune the thresholds. --- NostalgiaForInfinityX3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NostalgiaForInfinityX3.py b/NostalgiaForInfinityX3.py index 115a118f4f..309aabac1c 100644 --- a/NostalgiaForInfinityX3.py +++ b/NostalgiaForInfinityX3.py @@ -67,7 +67,7 @@ class NostalgiaForInfinityX3(IStrategy): INTERFACE_VERSION = 3 def version(self) -> str: - return "v13.0.1005" + return "v13.0.1006" # ROI table: minimal_roi = { @@ -246,7 +246,7 @@ def version(self) -> str: rebuy_mode_stakes_spot = [1.0, 2.0, 4.0] rebuy_mode_stakes_futures = [1.0, 2.0, 4.0] rebuy_mode_thresholds_spot = [-0.06, -0.08, -0.10] - rebuy_mode_thresholds_futures = [-0.03, -0.04, -0.06] + rebuy_mode_thresholds_futures = [-0.03, -0.06, -0.08] # Profit max thresholds profit_max_thresholds = [0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.01, 0.05, 0.05]