From 569e568169083a10205f93e791fb5822ea3e3f2d Mon Sep 17 00:00:00 2001 From: iterativ Date: Thu, 7 Mar 2024 16:55:33 +0200 Subject: [PATCH] X3: grind mode: remove pairs from the list. --- NostalgiaForInfinityX3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NostalgiaForInfinityX3.py b/NostalgiaForInfinityX3.py index 67113e2ff7..2b2611a9d2 100644 --- a/NostalgiaForInfinityX3.py +++ b/NostalgiaForInfinityX3.py @@ -68,7 +68,7 @@ class NostalgiaForInfinityX3(IStrategy): INTERFACE_VERSION = 3 def version(self) -> str: - return "v13.1.302" + return "v13.1.303" stoploss = -0.99 @@ -469,7 +469,7 @@ def version(self) -> str: grind_mode_first_entry_stop_threshold_spot = -0.20 grind_mode_first_entry_stop_threshold_futures = -0.20 grind_mode_max_slots = 1 - grind_mode_coins = ["MATIC", "DOGE", "DOT", "SOL", "XLM", "ALGO", "BTC", "ETH", "RNDR", "AVAX", "ADA"] + grind_mode_coins = ["MATIC", "DOGE", "DOT", "XLM", "ALGO", "ETH", "RNDR", "AVAX", "ADA"] # 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]