bugfixes a pridana moznost z archivu mit json

This commit is contained in:
David Brazda
2023-05-11 17:30:41 +02:00
parent 8be0fb8a3a
commit 6e775a33d9
21 changed files with 1223 additions and 39 deletions

View File

@ -572,7 +572,7 @@ class Backtester:
print("BT:get open orders entry")
if len(self.open_orders) == 0:
print("BTC: order doesnt exist")
return 0
return []
res = []
#with lock:
for o in self.open_orders: