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

Cryptocurrency portfolio tracker with updates from Coinmarketcap/Livecoinwatch #1834

Closed
Dooli02 opened this issue Oct 2, 2018 · 9 comments
Closed
Assignees
Labels
enhancement solution found workaround or user side solution avaiable

Comments

@Dooli02
Copy link

Dooli02 commented Oct 2, 2018

Describe the solution you'd like
At the moment ive seen that you can create a stock portfolio which you can include bitcoin by using the stock symbol from Yahoo.
Is it possible to not rely on Yahoo for Bitcoin pricing and to expand the cryptocurrency portfolio for other coins as well to update from Coinmarketcap or livecoinwatch by using their api to get a round about price figure?
I think if you had to include the api pricing from each and every exchange, would be quite tiresome and getting an estimated price from Coinmarketcap or livecoinwatch would be much simpler.

If i create a new account and choose Crypto, it creates it as 'crypto wallets', but i see no way to create transactions that will include something simple like:

  • Crypto name bought
  • Crypto Symbol (auto-completes when typing it)
  • Price bought/sold at
  • Date bought/sold at
  • Have the crypto update its current price live on its own every x minutes and show whether you are at a loss or profit for that certain cryptocurrency.
  • Notification for when price increases for that crypto transaction you made.
  • Notification for price alerts for all cryptos that will check Coinmarketcap or livecoinwatch

The only transactions you can create in a crypto account is withrawal/deposit/transfer like a normal checking account.

If im not mistaken at the moment i dont see any feature like this, and would be really useful to have.
If there is something like this and ive completely missed it, please could you point me where to set it up?

Using latest version 1.4.0-Alpha 6-1

@tmlee
Copy link

tmlee commented Oct 3, 2018

For cryptocurrency data, may i suggest our API at https://www.coingecko.com/api
Happy to answer any concerns or questions you may have

@vomikan vomikan self-assigned this Oct 26, 2018
@vomikan
Copy link
Member

vomikan commented Oct 26, 2018

MMEX used "https://coincap.io/front"; for crypto currencies since v. 1.4.0.

image

@vomikan vomikan closed this as completed Oct 26, 2018
@slodki
Copy link
Contributor

slodki commented Oct 26, 2018

You can use transfers between your USD and crypto accounts to track amount and price for exchange transactions made.
You can always display your crypto account value in base currency - calculated from the latest online rates.

@slodki slodki added the solution found workaround or user side solution avaiable label Oct 26, 2018
@s33rd
Copy link

s33rd commented May 17, 2019

You can use transfers between your USD and crypto accounts to track amount and price for exchange transactions made.
You can always display your crypto account value in base currency - calculated from the latest online rates.

@slodki can you please explain how exactly to do this??

  • I created a Crypto account called BTC_Test with currency BTC
  • The base currency is EUR
  • A transaction of deposit/withdrawal was made of 0.001 BTC
    How exactly can i see a field with the displayed value in EUR?

@slodki
Copy link
Contributor

slodki commented May 17, 2019

  1. Open EUR account in the right panel
  2. Add new transaction using New button from the bottom toolbar
    • set transaction type to Transfer
    • set your EUR account as From (should be already set)
    • set your bitcoin account as To
    • select Advanced checkbox
    • enter EUR amount in the first and the BTC amount in the second field in Amount line
  3. Your transaction will be visible in both acoounts with xchg rate defined during step above
  4. If you want to display estimated bitcoin value in base currency you should
    • verify latest values for BTC are downloaded in Currency dialog's right panel
    • right click on BTC account in nav tree then select Foreign Currency Balance option - account's balance will be displayed using EUR and BTC currencies.

@dckc
Copy link

dckc commented Nov 30, 2019

I see how to get ETH prices, but what about ATOM? The currency dialog only seems to allow 3 characters in the symbol field.

@vomikan vomikan reopened this Dec 10, 2019
@vomikan
Copy link
Member

vomikan commented Dec 10, 2019

@vomikan
Copy link
Member

vomikan commented Dec 10, 2019

When I've changed max length for the currency symbol ATOM starts working.
image
What is a proper amount should be here?

@vomikan
Copy link
Member

vomikan commented Dec 10, 2019

I've committed 6

@vomikan vomikan closed this as completed Dec 10, 2019
vomikan added a commit that referenced this issue Dec 12, 2019
fix(#1834): currency symbol length
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement solution found workaround or user side solution avaiable
Projects
None yet
Development

No branches or pull requests

6 participants