ignaciop000 / binance-traderBot

Trading Bot for Binance
GNU General Public License v3.0
75 stars 28 forks source link

Insufficient balance #22

Closed aleksgaisov closed 5 years ago

aleksgaisov commented 5 years ago

Hello, I have a small issue here and hope somebody can help me to figure out what am I doing wrong. The thing is that I am trying to trade the coin with such settings:

{ symbol:'HOTBTC', quantity:0, stop_loss:0, mode:'profit', profit:1, increasing:0.00000001, decreasing:0.00000001, loop:0, wait_time:0.7 }

However, I am getting an error with the insufficient balance:

Error Message: Account has insufficient balance for requested action. Error action Error: Request failed with status code 400 Buy order filled... Try sell...

Even though, the bot have placed only ONE bid for the coin that totally costs 0.0010998 and I am still having some balance left of the market, it cannot sell it due to the insufficient balance.

What can you possibly recommend me?

aleksgaisov commented 5 years ago

Oh, sorry for bothering guys, I made it through. The thing is that you are supposed to have at least 0.001 BTC in each coin that you are going to trade, because of the market's fee 0.1% is being subtracted from each transaction.