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

@@ -220,10 +220,10 @@ class Ishimoku_6(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 custom_stake_amount(self, pair: str, current_time: datetime, current_rate: float,
# proposed_stake: float, min_stake: float, max_stake: float,