This commit is contained in:
Jérôme Delacotte
2025-10-18 11:23:22 +02:00
parent 682c146a66
commit 7720646267

View File

@@ -403,10 +403,12 @@ class Zeus_8_1d(IStrategy):
pair_name = self.getShortName(pair)
# if baisse > 10 and max_profit > 5 and count_of_buys == 1:
# self.pairs[pair]['force_sell'] = False
# return 'Bss_' + pair_name + '_' + str(count_of_buys) + '_' + str(self.pairs[pair]['has_gain']) + '_' + str(round(baisse, 2))
if last_candle['mid_smooth_5_deriv1'] <= 0.1 \
and before_last_candle['mid_smooth_5_deriv2'] > 0 \
and last_candle['mid_smooth_5_deriv2'] < 0 \