Skip to content

Commit 8605571

Browse files
committed
Buy 50: rework.
1 parent 8776035 commit 8605571

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

NostalgiaForInfinityX.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class NostalgiaForInfinityX(IStrategy):
112112
INTERFACE_VERSION = 2
113113

114114
def version(self) -> str:
115-
return "v11.0.324"
115+
return "v11.0.325"
116116

117117
# ROI table:
118118
minimal_roi = {
@@ -10361,7 +10361,7 @@ def populate_buy_trend(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
1036110361
item_buy_logic.append(dataframe['cti_15m'] < -0.9)
1036210362
item_buy_logic.append(dataframe['r_14_15m'] < -96.0)
1036310363
item_buy_logic.append(dataframe['r_96_15m'] < -75.0)
10364-
item_buy_logic.append(dataframe['rsi_14'] < 32.0)
10364+
item_buy_logic.append(dataframe['rsi_14'] < 31.4)
1036510365
item_buy_logic.append(dataframe['r_14_15m'] < -97.0)
1036610366
item_buy_logic.append(dataframe['crsi'] > 12.0)
1036710367

0 commit comments

Comments
 (0)