version number

This commit is contained in:
Nicolás Sánchez 2025-08-30 18:40:30 -03:00
parent 7dab4d4890
commit 5544df9bd7
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import exchange_wrapper
import trader 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 Color definitions. If you want to change them, check the reference at https://en.wikipedia.org/wiki/ANSI_escape_code#Colors

View File

@ -834,7 +834,6 @@ class trader:
return 0 return 0
orders_placed = 0 orders_placed = 0
orders_returned = []
# if self.broker.get_exchange_name()!="binance": #Binance does not support sending multiple orders at once in Spot. # 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()) # self.broker.logger.log_this(f"Sending {orders_to_place} safety orders",2,self.status.get_pair())
# orders_to_send = [] # orders_to_send = []