FIX ISSUES
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user