Skip to content

Commit

Permalink
X4: grind mode: add pairs to the list.
Browse files Browse the repository at this point in the history
  • Loading branch information
iterativv committed Mar 7, 2024
1 parent c293355 commit fb278c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NostalgiaForInfinityX4.py
Original file line number Diff line number Diff line change
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"]
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]
Expand Down

0 comments on commit fb278c9

Please sign in to comment.