-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add basic accounting capabilities #85
Comments
We just discussed adding a basic Data fields this should return:
|
What does order side mean under closed trades? It's always both - either buy on CEX and sell on DEX or vice versa. |
Very good point! How about now? |
For the chart we'll need to data in the following format:
Thinking it might make sense to have a separate endpoint for the closed trades info since it's on a separate screen and does not need granularity. |
That works. Same question for the amount. Is it always the non-BTC asset? |
It might in future... |
It just needs the date range though? Or |
Oh damn, that took a while. So we discussed at some point to expose CEX data only here on that mm bot page along with the profit info, since all OpenDEX trade data can be looked up in Updated. |
True. Adjusted to date range only in #85 (comment) |
I just onboarded @rsercano to this @erkarl - any questions/implementation proposal - let's track it here |
Hi, this's complicated for a single issue imo, and I guess either we need to split it into PRs, or sub issues somehow. So I was thinking to split into below PRs.
or maybe two by combining implementing & introducing parts wdyt? @erkarl @kilrau |
Let's start with adding sequelize support and define what we're going to save to the database. |
Edited my comment to be brief, @erkarl started to implement db model |
As just discussed with @erkarl and @rsercano :
Removed Wireframe adjusted too. |
This issue is about adding basic accounting capabilities to arby for the end user. Details below.
The text was updated successfully, but these errors were encountered: