-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
Portfolio History - Export to CSV Feature Request #2106
Comments
Yes would be nice to improve the export features. Any dev up for it? |
Could we also include offer info in Portfolio History? From a trade management perspective I think it makes sense to track orders (offers) as well as executed trades. Trades are the result of accepted offers. However, orders may be partially filled in a trade and tracking both orders and trades makes for a more comprehensive set of information for individual trade and money management. I see that Offers have details that include an Offer ID, Creation date as well as details such as offer type, BTC amount, Min. BTC amount, Altcoin amount, security deposit,etc. Trade details are also available. Being able to link trades to offers would help in trade management analysis. Questions like, how long did it take for my offer to be accepted in a trade. What I would like to see is the data necessary to see how much value has been spent (including fees and deposits) along with how much value has been received. This would allow for the effective management of a traders P&L. Please feel free to contact me as I would be more than willing to assist to make this happen. |
Offer ID is same as trade ID. The only missing data (I assume, not verified by code now) is the offer amount and min. amount. The trade details shows the trade amount but not the offers original amount range. The data is there (trade contains the offer object), so should be trivial to add that to the UI and/or export data. Though we need to find a balance for how much data to display in the UI otherwise scrolling is required. The JSON data might be an option to show the full technical data for those who want to see all, without overloading the UI with details. But a maybe more interesting effort might be to work on a real P&L overview screen. Would require a bit of conceptual/UI design first but would be a nice feature to get a new screen where u see how successful the trades have been. Some charts there might be nices as well... If you can make a proposal for such woudl be great. A wireframe layout would be enough. We don't have the dev resources atm to work on that, but if you can preovide a PR we would be happy to integrate. @ripcurlx can help with the app integration (adding tab in portfolio). |
And of couse such work is up for BSQ compensation requests! |
Is this feature complete, and is this issue still open for work? |
@thedon-chris This is up to be taken. If you want to work on it please contact @ManfredKarrer to add you as a contributor and I'll assign you. |
I have checked the I am up for it. |
Would only require to some more data so that traders get a more complete data set. No clearly defined spec but its part of the task to think about whats best to add. |
The initial request was to add more data to allow for profit/loss analysis. I think these should be added:
Any other data will not really enhance the initial target. What do you suggest? |
@niyid If you could get some input from traders that require this feature that would be best. Sounds like a good start with what you suggest but try to get a discussion going with users that want the feature as well. |
Thanks for the great suggestion. Are there any particular fora that will reach a large target audience either under or outside of the https://bisq.community/ forum and Slack channels? |
Can I get this assigned? I thought it was already. |
I’m looking to track my profit/loss trading and would like to see trading fees and security deposits added to the data available to be exported into a csv file.
This would add information regarding the cost-to-trade which would help tracking trade profit/loss.
The text was updated successfully, but these errors were encountered: