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 \