FIX ISSUES

This commit is contained in:
Jérôme Delacotte
2025-12-04 19:12:59 +01:00
parent 496c4d7827
commit 3efc95e415
13 changed files with 33 additions and 32 deletions

View File

@@ -491,10 +491,10 @@ class Zeus_5_2(IStrategy):
def bot_loop_start(self, **kwargs) -> None:
inf_tf = '5m'
pairs = self.dp.current_whitelist()
print("Calcul des pairs informatives")
# print("Calcul des pairs informatives")
for pairname in pairs:
self.stop_buying[pairname] = True
print("Fin Calcul des pairs informatives")
# print("Fin Calcul des pairs informatives")
def confirm_trade_entry(self, pair: str, order_type: str, amount: float, rate: float, time_in_force: str,
current_time: datetime, entry_tag: Optional[str], **kwargs) -> bool: