Skip to content

Commit 579e61b

Browse files
committed
X6: grinding v2: increase the number of grinds to 10.
1 parent 6eaa697 commit 579e61b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NostalgiaForInfinityX6.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class NostalgiaForInfinityX6(IStrategy):
6969
INTERFACE_VERSION = 3
7070

7171
def version(self) -> str:
72-
return "v16.5.122"
72+
return "v16.5.123"
7373

7474
stoploss = -0.99
7575

@@ -369,7 +369,7 @@ def version(self) -> str:
369369

370370
# Grinding v2
371371
grinding_v2_max_stake = 1.0 # ratio of first entry
372-
grinding_v2_max_grinds_and_buybacks = 6 # current open
372+
grinding_v2_max_grinds_and_buybacks = 10 # current open
373373

374374
grinding_v2_derisk_level_1_enable = True
375375
grinding_v2_derisk_level_1_spot = -0.12

0 commit comments

Comments
 (0)