TEST
This commit is contained in:
@@ -403,10 +403,12 @@ class Zeus_8_1d(IStrategy):
|
|||||||
|
|
||||||
pair_name = self.getShortName(pair)
|
pair_name = self.getShortName(pair)
|
||||||
|
|
||||||
|
|
||||||
# if baisse > 10 and max_profit > 5 and count_of_buys == 1:
|
# if baisse > 10 and max_profit > 5 and count_of_buys == 1:
|
||||||
# self.pairs[pair]['force_sell'] = False
|
# self.pairs[pair]['force_sell'] = False
|
||||||
# return 'Bss_' + pair_name + '_' + str(count_of_buys) + '_' + str(self.pairs[pair]['has_gain']) + '_' + str(round(baisse, 2))
|
# 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 \
|
if last_candle['mid_smooth_5_deriv1'] <= 0.1 \
|
||||||
and before_last_candle['mid_smooth_5_deriv2'] > 0 \
|
and before_last_candle['mid_smooth_5_deriv2'] > 0 \
|
||||||
and last_candle['mid_smooth_5_deriv2'] < 0 \
|
and last_candle['mid_smooth_5_deriv2'] < 0 \
|
||||||
|
|||||||
Reference in New Issue
Block a user