Skip to content

Commit fdcdd5a

Browse files
committed
Buy 38: rework.
1 parent 266b99f commit fdcdd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NostalgiaForInfinityNext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3856,7 +3856,7 @@ def custom_sell(self, pair: str, trade: 'Trade', current_time: 'datetime', curre
38563856
return f"{signal_name} ( {buy_tag} )"
38573857

38583858
# Stoplosses
3859-
if any(c in ['empty', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '38', '40', '41', '42', '44', '45', '46', '47', '48'] for c in buy_tags):
3859+
if any(c in ['empty', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '40', '41', '42', '44', '45', '46', '47', '48'] for c in buy_tags):
38603860
sell, signal_name = self.sell_stoploss_atr(current_profit, last_candle, previous_candle_1, trade, current_time)
38613861
if sell and (signal_name is not None):
38623862
return f"{signal_name} ( {buy_tag} )"

0 commit comments

Comments
 (0)