-
Notifications
You must be signed in to change notification settings - Fork 2k
Operations on Bitfinex not working #2551
Comments
Anyone else having this issue ? |
I am having the exact same issue. Using docker-compose in Manjaro, getting "TypeError: trades.forEach is not a function" Have I written custom code (as opposed to using zenbot vanilla):NO Note: I modified the docker-compose.yml to override the entrypoint so that zenbot is not started automatically when starting the container. I added this to the "server" service:
|
I have the same problem. |
Hi again, I commented out the code in I was able to trigger a manual orders this way, e.g. "./zenbot sell " I'm still testing this in manual mode with small amounts, before I use automatic trading. |
Hi all, When wsUpdateTrades is called, trades may come as an object with _collection, or without it (single trade). So:
then, in the wsMessage function, I removed the line: console.log(message) Then, walletUpdate was called too often. It caused websocket blocking and no new trades were coming. And after these changes, I would drop all the collections: trades and sessions etc in mongo db and start from the empty. |
Another bug fix:
I did the same trick for the queues everywhere in exchange.js with all setTimeout |
@Osolemio you rock |
System information
Describe the problem
Paper or real trading not working at all crashing with the error below.
I added here the output for balance check as it gave the same error.
Source code / Error logs
The text was updated successfully, but these errors were encountered: