DeviaVir / zenbot

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

Zenbot (Docker) not work with Bitfinex #2243

Open de-soul opened 4 years ago

de-soul commented 4 years ago

System information

Describe the problem

zenbot trade not working with bitfinex, too much not recognized json parameters from api. Bot working, but place no orders

Source code / Error logs

image

How to reproduce problem

1) clone existing repo 2) cp conf-sample.js conf.js 3) Adding Bitfinex credentials to conf.js 4) Adding to docker-compose.yml to server block strings: entrypoint: "" command: ["tail", "-f", "/dev/null"] this will not run ./zenbot.sh on container start, so i can run zenbot as docker exec -it zenbot command 5) Build (docker-compose build) and run stack (docker-compose up -d) 6) You can run paper trading mode or trade based on strategy - result will be same. Zenbot do not understand all of Bitfinex API response format

fculpo commented 4 years ago

Hi,

I recently updated some stuff in the bitfinex code, as it was not even conencting properly (impossible to get balance, see #2223)

It's been a week now since i launched live the new code and I can confirm no trades are being executed.

de-soul commented 4 years ago

Hello! Is any updates here?

fculpo commented 4 years ago

Hi, unfortunately no, I didn't have time to investigate yet