Skip to content

Commit 86ce7d1

Browse files
committed
X7: signal 2: fine tune.
1 parent f49ef7d commit 86ce7d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NostalgiaForInfinityX7.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12498,6 +12498,8 @@ def populate_entry_trend(self, df: DataFrame, metadata: dict) -> DataFrame:
1249812498
& ((df["RSI_3_1h"] > 10.0) | (df["AROONU_14_1h"] < 30.0) | (df["ROC_9_1d"] < 100.0))
1249912499
# 1h & 4h down move, 15m still high
1250012500
& ((df["RSI_3_1h"] > 15.0) | (df["RSI_3_4h"] > 15.0) | (df["STOCHRSIk_14_14_3_3_15m"] < 50.0))
12501+
# 1h & 4h down move, 4h still not low enough
12502+
& ((df["RSI_3_1h"] > 15.0) | (df["RSI_3_4h"] > 25.0) | (df["STOCHRSIk_14_14_3_3_4h"] < 30.0))
1250112503
# 1h & 4h down move, 4h high
1250212504
& ((df["RSI_3_1h"] > 15.0) | (df["RSI_3_4h"] > 40.0) | (df["AROONU_14_4h"] < 70.0))
1250312505
# 1h & 1d down move, 1d high

0 commit comments

Comments
 (0)