Calcul 20250101-20250714 630.297 77.911 42631 USDT max 15 DOGE
This commit is contained in:
@@ -2128,8 +2128,10 @@ class Zeus_8_3_2_B_4_2(IStrategy):
|
|||||||
if last_candle['mid_smooth_1h_deriv1'] < 0.0 and last_candle['mid_smooth_1h_deriv2'] < -0.0 and last_candle['sma5_deriv2_1h'] < 0:
|
if last_candle['mid_smooth_1h_deriv1'] < 0.0 and last_candle['mid_smooth_1h_deriv2'] < -0.0 and last_candle['sma5_deriv2_1h'] < 0:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
if pair.startswith('BTC'):
|
# if pair.startswith('BTC'):
|
||||||
return True # BTC toujours autorisé
|
# return True # BTC toujours autorisé
|
||||||
|
|
||||||
|
return True
|
||||||
|
|
||||||
# Filtrer les paires non-BTC
|
# Filtrer les paires non-BTC
|
||||||
non_btc_pairs = [p for p in self.pairs if not p.startswith('BTC')]
|
non_btc_pairs = [p for p in self.pairs if not p.startswith('BTC')]
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user