Implement closing all positions

This commit is contained in:
2023-01-05 17:25:06 +00:00
parent 9dda0e8b4a
commit b8b39ea8d3
2 changed files with 20 additions and 7 deletions

View File

@@ -16,3 +16,9 @@ def get_balance_hook(user_id, user_name, account_id, account_name, balance):
"balance": balance,
},
)
def convert_open_trades(open_trades):
"""
Convert a list of open trades into a list of Trade-like objects.
"""