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