Post
Topic
Board Project Development
Re: Haasonline Simple Trade Bot For BTCe and Bitstamp[Main topic]
by
Stephan224
on 04/11/2013, 14:54:25 UTC
I get it, i was reading it differently. Smiley

Yes it are the real-times values from the exchange API. Those numbers are the absolute numbers the API is sending.

There are 3 cases where you can see a different amount in your wallet then expected.
1. There can be open orders which contains the coins you are missing right now.
2. Some fields are depending on a different coin position then displayed, so a real-time conversion is done. (for example: check all-in and set coin position to Sold)
3. In case of the all-in, the amount displayed is 90% of the real all-in value (this is done for safety reasons)

The debug log is used for both showing normal information and showing errors. An error has most of the times the text "error" inside it.

The best way to confirm everything works is to setup an connection and try to make a trade with the "Direct exchange" feature. That feature will show the raw data the API returns in a message box. If there is something wrong, you can see it here.

-------------------

At the coming release of this week i will be introducing a new tab again at the logbook. This tab will be called "Support" and it will show you in a few lines what is going on and what you can do to get everything working. It will provide some basic assistance for beginners. Do not expect to much of it. I will post a screenshot later when everything is more final.