version number
This commit is contained in:
parent
7dab4d4890
commit
5544df9bd7
2
main.py
2
main.py
|
|
@ -18,7 +18,7 @@ import exchange_wrapper
|
|||
import trader
|
||||
|
||||
|
||||
version = "2025.08.29"
|
||||
version = "2025.08.30"
|
||||
|
||||
'''
|
||||
Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
|
||||
|
|
|
|||
|
|
@ -834,7 +834,6 @@ class trader:
|
|||
return 0
|
||||
|
||||
orders_placed = 0
|
||||
orders_returned = []
|
||||
# if self.broker.get_exchange_name()!="binance": #Binance does not support sending multiple orders at once in Spot.
|
||||
# self.broker.logger.log_this(f"Sending {orders_to_place} safety orders",2,self.status.get_pair())
|
||||
# orders_to_send = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue