Skip to content

Commit e50a97b

Browse files
committed
X7: signal 62: fine tune.
1 parent 6e66320 commit e50a97b

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.3.56"
72+
return "v17.3.58"
7373

7474
stoploss = -0.99
7575

@@ -16394,7 +16394,7 @@ def populate_entry_trend(self, df: DataFrame, metadata: dict) -> DataFrame:
1639416394
# 4h down move, 4h high
1639516395
& ((df["RSI_3_4h"] > 40.0) | (df["AROONU_14_4h"] < 100.0))
1639616396
# 1d down move, 4h & 1d downtrend
16397-
& ((df["RSI_3_1d"] > 10.0) | (df["ROC_9_4h"] > -20.0) | (df["ROC_9_1d"] > -60.0))
16397+
& ((df["RSI_3_1d"] > 10.0) | (df["ROC_9_4h"] > -20.0) | (df["ROC_9_1d"] > -30.0))
1639816398
# 15m down move, 1d high, 1d downtrend
1639916399
& ((df["RSI_3_1d"] > 15.0) | (df["AROONU_14_1d"] < 70.0) | (df["ROC_9_1d"] > -40.0))
1640016400
# 4h & 1d downtrend, 1d high

0 commit comments

Comments
 (0)