Skip to content

Commit 877cd14

Browse files
committed
Buy 65: rework.
1 parent abae5dc commit 877cd14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

NostalgiaForInfinityX.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class NostalgiaForInfinityX(IStrategy):
110110
INTERFACE_VERSION = 2
111111

112112
def version(self) -> str:
113-
return "v11.0.233"
113+
return "v11.0.234"
114114

115115
# ROI table:
116116
minimal_roi = {
@@ -10360,6 +10360,7 @@ def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
1036010360
item_buy_logic.append(dataframe['fama'] > (dataframe['mama'] * 0.981))
1036110361
item_buy_logic.append(dataframe['mama_diff'] < -0.028)
1036210362
item_buy_logic.append(dataframe['r_14'] < -90.0)
10363+
item_buy_logic.append(dataframe['rsi_14'] < 38.0)
1036310364
item_buy_logic.append(dataframe['cti_1h'] < 0.0)
1036410365
item_buy_logic.append(dataframe['crsi_1h'] > 20.0)
1036510366

0 commit comments

Comments
 (0)