Bug hunting
This commit is contained in:
parent
878188354c
commit
56e46eabf3
|
|
@ -1018,7 +1018,7 @@ class trader:
|
||||||
time.sleep(self.broker.get_wait_time())
|
time.sleep(self.broker.get_wait_time())
|
||||||
if self.broker.get_exchange_name()=="gateio":
|
if self.broker.get_exchange_name()=="gateio":
|
||||||
#Extend the wait because Gate.io sucks
|
#Extend the wait because Gate.io sucks
|
||||||
time.sleep(self.broker.get_wait_time()*self.broker.get_cooldown_multiplier)
|
time.sleep(self.broker.get_wait_time()*self.broker.get_cooldown_multiplier())
|
||||||
|
|
||||||
# Send the new safety order. If all expected safety orders are filled, it assigns an empty order to self.so
|
# Send the new safety order. If all expected safety orders are filled, it assigns an empty order to self.so
|
||||||
if send_new_so:
|
if send_new_so:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue