Skip to content

Commit 121addf

Browse files
committed
Buy 39: rework.
1 parent d00ee75 commit 121addf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NostalgiaForInfinityX.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8148,7 +8148,7 @@ def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
81488148
# Condition #39 - Semi swing. Uptrend. Local dip.
81498149
elif index == 39:
81508150
# Non-Standard protections
8151-
item_buy_logic.append(dataframe['ema_200'] > (dataframe['ema_200'].shift(12) * 1.01))
8151+
item_buy_logic.append(dataframe['ema_200'] > (dataframe['ema_200'].shift(12) * 1.0114))
81528152

81538153
# Logic
81548154
item_buy_logic.append(dataframe['bb40_2_low'].shift().gt(0))

0 commit comments

Comments
 (0)