T-Pham/CoinPriceBar

How to change the currency from $ to € and other Exchange like ie. kraken.com

chpe opened this issue · 1 comments

chpe commented
How to change the currency from $ to € and other Exchange like ie. kraken.com

To change the currency, you can do similar to the commit 1b755d7, in which I changed USD to CZK. There is also a fork where curency is set to EUR mentioned at #6.

To add another Exchange, you will need to write a class conform to CoinPriceProvider protocol. You can find an example in #5 where Bittrex is added as a CoinPriceProvider.

Feel free to let me know if you need more help.