Calcul 20250101-20250714 630.297 77.911 42631 USDT max 15 DOGE

This commit is contained in:
Jérôme Delacotte
2025-09-22 21:10:11 +02:00
parent 88a43dbd23
commit 5d8f5dcb96
2 changed files with 1925 additions and 138 deletions

View File

@@ -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:
return False
if pair.startswith('BTC'):
return True # BTC toujours autorisé
# if pair.startswith('BTC'):
# return True # BTC toujours autorisé
return True
# Filtrer les paires non-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