Skip to content

Commit e345b9e

Browse files
committed
X7: signal 2: fine tune.
1 parent dc8f9e7 commit e345b9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NostalgiaForInfinityX7.py

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

7171
def version(self) -> str:
72-
return "v17.2.679"
72+
return "v17.2.680"
7373

7474
stoploss = -0.99
7575

@@ -12217,7 +12217,7 @@ def populate_entry_trend(self, df: DataFrame, metadata: dict) -> DataFrame:
1221712217
# 15m & 1h down move, 4h high
1221812218
& ((df["RSI_3_15m"] > 10.0) | (df["RSI_3_1h"] > 20.0) | (df["STOCHRSIk_14_14_3_3_4h"] < 70.0))
1221912219
# 15m & 1h down move, 4h high
12220-
& ((df["RSI_3_15m"] > 10.0) | (df["RSI_3_1h"] > 25.0) | (df["AROONU_14_4h"] < 90.0))
12220+
& ((df["RSI_3_15m"] > 10.0) | (df["RSI_3_1h"] > 25.0) | (df["AROONU_14_4h"] < 75.0))
1222112221
# 15m & 1h down move, 1d downtrend
1222212222
& ((df["RSI_3_15m"] > 10.0) | (df["RSI_3_1h"] > 25.0) | (df["ROC_9_1d"] > -50.0))
1222312223
# 15m & 1h down move, 1d overbought

0 commit comments

Comments
 (0)