Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
MDUYN committed Oct 15, 2023
1 parent f27fc00 commit d051163
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions investing_algorithm_framework/app/algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,10 +559,6 @@ def has_open_orders(self, target_symbol, identifier=None, market=None):

query_params["target_symbol"] = target_symbol
query_params["status"] = OrderStatus.OPEN.value

print(query_params)
for order in self.order_service.get_all():
print(order)
return self.order_service.exists(query_params)

def check_pending_orders(self):
Expand Down

0 comments on commit d051163

Please sign in to comment.