Skip to content

Commit af3bfbd

Browse files
committed
Buy 62: rework.
1 parent 53efea3 commit af3bfbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NostalgiaForInfinityX.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class NostalgiaForInfinityX(IStrategy):
107107
INTERFACE_VERSION = 2
108108

109109
def version(self) -> str:
110-
return "v10.8.181"
110+
return "v10.8.182"
111111

112112
# ROI table:
113113
minimal_roi = {
@@ -1958,7 +1958,7 @@ def version(self) -> str:
19581958
"safe_dips_threshold_144" : 0.23,
19591959
"safe_pump_6h_threshold" : 0.5,
19601960
"safe_pump_12h_threshold" : None,
1961-
"safe_pump_24h_threshold" : None,
1961+
"safe_pump_24h_threshold" : 0.6,
19621962
"safe_pump_36h_threshold" : None,
19631963
"safe_pump_48h_threshold" : 1.4,
19641964
"btc_1h_not_downtrend" : False,

0 commit comments

Comments
 (0)