Skip to content

Commit 145dc25

Browse files
committed
X6: signal 46: fine tune.
1 parent 271bf50 commit 145dc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NostalgiaForInfinityX6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6532,7 +6532,7 @@ def populate_entry_trend(self, df: DataFrame, metadata: dict) -> DataFrame:
65326532
# 15m & 1h & 4h down move
65336533
long_entry_logic.append((df["RSI_3_15m"] > 10.0) | (df["RSI_3_1h"] > 10.0) | (df["RSI_3_4h"] > 30.0))
65346534
# 15m & 1h & 4h down move
6535-
long_entry_logic.append((df["RSI_3_15m"] > 10.0) | (df["RSI_3_1h"] > 15.0) | (df["RSI_3_4h"] > 20.0))
6535+
long_entry_logic.append((df["RSI_3_15m"] > 10.0) | (df["RSI_3_1h"] > 20.0) | (df["RSI_3_4h"] > 20.0))
65366536
# 15m & 1h down move, 1h still high
65376537
long_entry_logic.append((df["RSI_3_15m"] > 10.0) | (df["RSI_3_1h"] > 20.0) | (df["AROONU_14_1h"] < 40.0))
65386538
# 15m & 1h down move, 4h still high

0 commit comments

Comments
 (0)