From fb278c97ae4406195c628d84da02f40a76462738 Mon Sep 17 00:00:00 2001 From: iterativ Date: Thu, 7 Mar 2024 16:14:25 +0200 Subject: [PATCH] X4: grind mode: add pairs to the list. --- NostalgiaForInfinityX4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NostalgiaForInfinityX4.py b/NostalgiaForInfinityX4.py index d9a80c6f25..37d4feb354 100644 --- a/NostalgiaForInfinityX4.py +++ b/NostalgiaForInfinityX4.py @@ -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"] + grind_mode_coins = ["MATIC", "DOGE", "DOT", "SOL", "XLM", "ALGO", "BTC", "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]