DeviaVir / zenbot

Zenbot is a command-line cryptocurrency trading bot using Node.js and MongoDB.
MIT License
8.23k stars 2.04k forks source link

Kraken reading wrong currency value after selling #447

Open marco4444 opened 7 years ago

marco4444 commented 7 years ago

Traded yesterday kraken.BCH-EUR and started with 0,15 BCH and 0 EUR. After first sell execution zenbot showed 0 BCH and 0 EUR. So neither trade nor "zenbot buy" was possible due to missing Euro. I double checked at kraken that the values were not right and bought manually BCH with EUR. Then I tried again with the trading and same issue repeated.

So looks to me this is a bug I didn't see before with any asset/currency pair. Can somebody confirm?

timstoop commented 7 years ago

Hi, no real help for this, I'm afraid, but I wanted to point out that this is probably related to #427. It seems that Kraken is exporting the wrong currency pairs or is using a new scheme without notifying people about this. Where in the case of BTC <-> EUR, the pair would be XXBTZEUR, for BCH they're using the pair BCHEUR instead. Trouble is, for actually reading the balance in EUR, the script needs to use ZEUR again. Zenbot does not seem to be able to cope with this discrepancy.

LoneWolf345 commented 6 years ago

Are you still experiencing this problem? If not, consider closing this.

tlcointrack commented 3 years ago

This is still a Bug