From 7720646267d76ee9352e77c27f7ac9381cd3782f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Delacotte?= Date: Sat, 18 Oct 2025 11:23:22 +0200 Subject: [PATCH] TEST --- Zeus_8_1d.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Zeus_8_1d.py b/Zeus_8_1d.py index 9dc3721..42ab83b 100644 --- a/Zeus_8_1d.py +++ b/Zeus_8_1d.py @@ -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 \