You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ticker price of KrakenUSD is quite close to the actual value just now, which I can see on trade.kraken.com is about 11350.
The ticker price of KrakenEUR however, is FAR away from what trade.kraken.com is reporting, which is closer to 9669... which seems to me to mean that bitcoin-arbitrage is misreporting the price.
The text was updated successfully, but these errors were encountered:
Turns out the fix is real simple - just make it clear that bitcoin-arbitrage converts all prices to USD before displaying them on the CLI. In fact, it seems it does this before doing pretty much anything at all.
In market.py: def ask_update_depth(self): try: self.update_depth() self.convert_to_usd() self.depth_updated = time.time()
jpretori
added a commit
to jpretori/bitcoin-arbitrage
that referenced
this issue
Oct 14, 2020
When I run
$ python -m arbitrage -d
I wait a few minutes, then it outputs, among other prices:
The ticker price of KrakenUSD is quite close to the actual value just now, which I can see on trade.kraken.com is about 11350.
The ticker price of KrakenEUR however, is FAR away from what trade.kraken.com is reporting, which is closer to 9669... which seems to me to mean that bitcoin-arbitrage is misreporting the price.
The text was updated successfully, but these errors were encountered: