Zeus_8_3_2_B_4_2

This commit is contained in:
Jérôme Delacotte
2025-10-20 21:08:23 +02:00
parent 0ee3916eb4
commit f3f949455f

View File

@@ -1736,6 +1736,7 @@ class Zeus_8_3_2_B_4_2(IStrategy):
# f"Expected profit price={current_price:.4f} min_max={min_max:.4f} min_14={min_14_days:.4f} max_14={max_14_days:.4f} percent={percent:.4f} expected_profit={expected_profit:.4f}") # f"Expected profit price={current_price:.4f} min_max={min_max:.4f} min_14={min_14_days:.4f} max_14={max_14_days:.4f} percent={percent:.4f} expected_profit={expected_profit:.4f}")
return expected_profit return expected_profit
def calculateUpDownPct(self, dataframe, key): def calculateUpDownPct(self, dataframe, key):
down_pct_values = np.full(len(dataframe), np.nan) down_pct_values = np.full(len(dataframe), np.nan)
# Remplir la colonne avec les bons calculs # Remplir la colonne avec les bons calculs