Skip to content

Commit

Permalink
X3: grind mode: remove pairs from the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Mar 7, 2024
1 parent fb278c9 commit 569e568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NostalgiaForInfinityX3.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 569e568

Please sign in to comment.