From 174809f5cc7d5cc6ef0f13d2f545747cbf7a3236 Mon Sep 17 00:00:00 2001 From: iterativ Date: Fri, 29 Nov 2024 16:05:22 +0200 Subject: [PATCH] X5: grinding: increase the grind stakes for de-risks. --- NostalgiaForInfinityX5.py | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/NostalgiaForInfinityX5.py b/NostalgiaForInfinityX5.py index 846ba29ace..d23494d7cc 100644 --- a/NostalgiaForInfinityX5.py +++ b/NostalgiaForInfinityX5.py @@ -66,7 +66,7 @@ class NostalgiaForInfinityX5(IStrategy): INTERFACE_VERSION = 3 def version(self) -> str: - return "v15.1.251" + return "v15.1.252" stoploss = -0.99 @@ -201,52 +201,52 @@ def version(self) -> str: # Grinding grind_1_stop_grinds_spot = -0.50 grind_1_profit_threshold_spot = 0.018 - grind_1_stakes_spot = [0.28, 0.30, 0.32] + grind_1_stakes_spot = [0.30, 0.32, 0.34] grind_1_sub_thresholds_spot = [-0.12, -0.16, -0.20] grind_1_stop_grinds_futures = -0.50 grind_1_profit_threshold_futures = 0.018 - grind_1_stakes_futures = [0.28, 0.30, 0.32] + grind_1_stakes_futures = [0.30, 0.32, 0.34] grind_1_sub_thresholds_futures = [-0.12, -0.16, -0.20] grind_2_stop_grinds_spot = -0.50 grind_2_profit_threshold_spot = 0.018 - grind_2_stakes_spot = [0.20, 0.30, 0.36] + grind_2_stakes_spot = [0.22, 0.32, 0.38] grind_2_sub_thresholds_spot = [-0.12, -0.16, -0.20] grind_2_stop_grinds_futures = -0.50 grind_2_profit_threshold_futures = 0.018 - grind_2_stakes_futures = [0.20, 0.30, 0.36] + grind_2_stakes_futures = [0.22, 0.32, 0.38] grind_2_sub_thresholds_futures = [-0.12, -0.16, -0.20] grind_3_stop_grinds_spot = -0.50 grind_3_profit_threshold_spot = 0.018 - grind_3_stakes_spot = [0.24, 0.26, 0.28] + grind_3_stakes_spot = [0.26, 0.28, 0.30] grind_3_sub_thresholds_spot = [-0.12, -0.16, -0.20] grind_3_stop_grinds_futures = -0.50 grind_3_profit_threshold_futures = 0.018 - grind_3_stakes_futures = [0.24, 0.26, 0.28] + grind_3_stakes_futures = [0.26, 0.28, 0.30] grind_3_sub_thresholds_futures = [-0.12, -0.16, -0.20] grind_4_stop_grinds_spot = -0.50 grind_4_profit_threshold_spot = 0.018 - grind_4_stakes_spot = [0.24, 0.26, 0.28] + grind_4_stakes_spot = [0.26, 0.28, 0.30] grind_4_sub_thresholds_spot = [-0.12, -0.16, -0.20] grind_4_stop_grinds_futures = -0.50 grind_4_profit_threshold_futures = 0.018 - grind_4_stakes_futures = [0.24, 0.26, 0.28] + grind_4_stakes_futures = [0.26, 0.28, 0.30] grind_4_sub_thresholds_futures = [-0.12, -0.16, -0.20] grind_5_stop_grinds_spot = -0.50 grind_5_profit_threshold_spot = 0.048 - grind_5_stakes_spot = [0.24, 0.26, 0.28] + grind_5_stakes_spot = [0.26, 0.28, 0.30] grind_5_sub_thresholds_spot = [-0.12, -0.16, -0.20] grind_5_stop_grinds_futures = -0.50 grind_5_profit_threshold_futures = 0.048 - grind_5_stakes_futures = [0.24, 0.26, 0.28] + grind_5_stakes_futures = [0.26, 0.28, 0.30] grind_5_sub_thresholds_futures = [-0.12, -0.16, -0.20] grind_6_stop_grinds_spot = -0.50 @@ -271,12 +271,12 @@ def version(self) -> str: grind_2_derisk_1_stop_grinds_spot = -0.50 grind_2_derisk_1_profit_threshold_spot = 0.018 - grind_2_derisk_1_stakes_spot = [0.18, 0.24, 0.30] + grind_2_derisk_1_stakes_spot = [0.20, 0.26, 0.32] grind_2_derisk_1_sub_thresholds_spot = [-0.12, -0.16, -0.20] grind_2_derisk_1_stop_grinds_futures = -0.50 grind_2_derisk_1_profit_threshold_futures = 0.018 - grind_2_derisk_1_stakes_futures = [0.18, 0.24, 0.30] + grind_2_derisk_1_stakes_futures = [0.20, 0.26, 0.32] grind_2_derisk_1_sub_thresholds_futures = [-0.12, -0.16, -0.20] grinds_stop_spot = -0.12