From 270967aa6b1564c730315e3ccc7d830a6658d359 Mon Sep 17 00:00:00 2001 From: iterativ Date: Tue, 28 Dec 2021 16:05:23 +0200 Subject: [PATCH] Buy 55: rework. --- NostalgiaForInfinityX.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NostalgiaForInfinityX.py b/NostalgiaForInfinityX.py index 6201b4a846..c005e2c655 100644 --- a/NostalgiaForInfinityX.py +++ b/NostalgiaForInfinityX.py @@ -107,7 +107,7 @@ class NostalgiaForInfinityX(IStrategy): INTERFACE_VERSION = 2 def version(self) -> str: - return "v10.9.34" + return "v10.9.35" # ROI table: minimal_roi = { @@ -1792,8 +1792,8 @@ def version(self) -> str: "safe_pump_6h_threshold" : 0.5, "safe_pump_12h_threshold" : None, "safe_pump_24h_threshold" : None, - "safe_pump_36h_threshold" : 0.9, - "safe_pump_48h_threshold" : 1.15, + "safe_pump_36h_threshold" : 0.7, + "safe_pump_48h_threshold" : 0.7, "btc_1h_not_downtrend" : False, "close_over_pivot_type" : "none", # pivot, sup1, sup2, sup3, res1, res2, res3 "close_over_pivot_offset" : 1.0,