This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Getting Portfolio Items/Trades with specific Client ID #549
Unanswered
TradingData684
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I want to run two strategies on the same account, but with two seperate scripts. In order to monitor the trades that are executed by each script I am looking for a function that returns the trades or portfolio items, which were opened with the clientID.
So lets say there is one script with ID 7 and one with ID8. Now for the script with the ID of 7 I want the function to return the trades that were oepend with this clientID.
I kinda have the feeling that this is a silly question, since I remember having found this function a year ago, but now I cannot find it anymore.
reqPositions or Portfolio only return all open positions
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions