DeviaVir / zenbot

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

cexio.btc-usd Place order error: Insufficient funds #923

Closed msalek closed 6 years ago

msalek commented 6 years ago

System information

Describe the problem

Error: Place order error: Insufficient funds. Just for Buy in live trading, and manually b or B, Sell Work !

1

msalek commented 6 years ago

hello again in conf.js make sure if value c.buy_pct and c.sell_pct covers the fee.

example cex.io fee 0.25 value : c.buy_pct=99.75, c.sell_pct=99.75.

// sell with this % of asset balance (WARNING : sim ans trade won't work properly if you set this value to 100)