You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error while creating the trail and the stop order using the one cancels all logic (OCA), it's working fine in the paper account but not in the live account, below is the error message:
ERROR - Error 10224, reqId 673: One-cancels-all group of orders should contain orders with exactly the same account. OCA group '0913e328-d9c4-4b4a-99b8-f6b921824f25' contains orders for Personal Account (account_name), Undefined.
What can be the issue here please ?
below is the code if this help :
The text was updated successfully, but these errors were encountered:
helhadry
changed the title
One cancels all : Group contains orders for Personal Account
One cancels all : group of orders should contain orders with exactly the same account
Sep 29, 2024
Hello,
I get this error while creating the trail and the stop order using the one cancels all logic (OCA), it's working fine in the paper account but not in the live account, below is the error message:
ERROR - Error 10224, reqId 673: One-cancels-all group of orders should contain orders with exactly the same account. OCA group '0913e328-d9c4-4b4a-99b8-f6b921824f25' contains orders for Personal Account (account_name), Undefined.
What can be the issue here please ?
below is the code if this help :
oca_group_name = str(uuid.uuid4())
Thanks,
Hamza
The text was updated successfully, but these errors were encountered: