We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eaa697 commit 579e61bCopy full SHA for 579e61b
NostalgiaForInfinityX6.py
@@ -69,7 +69,7 @@ class NostalgiaForInfinityX6(IStrategy):
69
INTERFACE_VERSION = 3
70
71
def version(self) -> str:
72
- return "v16.5.122"
+ return "v16.5.123"
73
74
stoploss = -0.99
75
@@ -369,7 +369,7 @@ def version(self) -> str:
369
370
# Grinding v2
371
grinding_v2_max_stake = 1.0 # ratio of first entry
372
- grinding_v2_max_grinds_and_buybacks = 6 # current open
+ grinding_v2_max_grinds_and_buybacks = 10 # current open
373
374
grinding_v2_derisk_level_1_enable = True
375
grinding_v2_derisk_level_1_spot = -0.12
0 commit comments