We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, it is very difficult to get accurate P/L for each symbol since day one or long period of time.
It would be nice to have the option to get the historical P/L of each symbol
For example: P/L since 2019 until today:
AAPL = $900 USD AMC = -$100 USD Etc...
Maybe a new method get_all_closed_positions() ?
get_all_closed_positions()
Another method or function that could get the expected results.
Simple is better. Occam's razor
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Right now, it is very difficult to get accurate P/L for each symbol since day one or long period of time.
Describe the solution you'd like.
It would be nice to have the option to get the historical P/L of each symbol
For example:
P/L since 2019 until today:
AAPL = $900 USD
AMC = -$100 USD
Etc...
Maybe a new method
get_all_closed_positions()
?Describe an alternate solution.
Another method or function that could get the expected results.
Anything else? (Additional Context)
Simple is better. Occam's razor
The text was updated successfully, but these errors were encountered: