Global home currency #301
Labels
No labels
blocked
breaking
bug
dependencies
duplicate
enhancement
good first issue
help wanted
question
tech debt
testing
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scion/arbitrader#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current implementation assumes USD is your "default" fiat currency, and uses
convertExchangePair()all over the place to make a conversion if the exchange is configured to have a differenthomeCurrency. It would be a really helpful refactor to be able to set a currency at the top level of the configuration rather than in every exchange. For example:Setting
homeCurrencyon an exchange configuration should override thefiatCurrencysetting. Without this, non-US users are stuck settinghomeCurrencyfor every single exchange.