Skip to content
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

Fix missing arg #604

Merged
merged 7 commits into from
Sep 22, 2024
Merged

Fix missing arg #604

merged 7 commits into from
Sep 22, 2024

Conversation

carkod
Copy link
Owner

@carkod carkod commented Sep 16, 2024

No description provided.

@carkod carkod force-pushed the fix-missing-arg branch 3 times, most recently from bc00d91 to f7709d1 Compare September 18, 2024 00:21
@carkod carkod force-pushed the fix-missing-arg branch 5 times, most recently from 20fffa1 to 3be4116 Compare September 20, 2024 22:56
Previously not accumulating total amount of balance across all account.
Also added fiat getter from dashaboard
Move them down to Account class. This creates a "bubble" to hold the same calculation formula for future caching if necessary.
On the other hand, every child that inherts Account and reuses the price_precision and qty_precision should override the value according to the symbol/pair. Following this line, e.g. Bots have different content for each instance, so symbol/pair changes every time. Deals, however, keep the same symbol for the whole transaction.
@carkod carkod merged commit b78c0d7 into master Sep 22, 2024
9 checks passed
@carkod carkod deleted the fix-missing-arg branch September 22, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant