The errors with binance comes from the fact hat binance is down.
> [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
This means you are getting ratelimited, unfortunately this is a restriction from bitfinex and the only way around it is to use multiple servers (or multiple IP addresses). Do note that there is a technical (and currently undocumented way) to run multiple strats on the same pair by only polling the exchange once. The UI currently does this.
> 1. if I close the ssh windows, will it still work in the background on the server (all three) ?
There are a number of other ways to run Gekko not directly in the ssh shell (screen or pm2), however note that running Gekko in such ways is quite technical.
> [bitfinex.js] (getTrades) returned an error, retrying: StatusCodeError: 429 - ["error",11010,"ratelimit: error"]
This means you are getting ratelimited, unfortunately this is a restriction from bitfinex and the only way around it is to use multiple servers (or multiple IP addresses). Do note that there is a technical (and currently undocumented way) to run multiple strats on the same pair by only polling the exchange once. The UI currently does this.
> 1. if I close the ssh windows, will it still work in the background on the server (all three) ?
There are a number of other ways to run Gekko not directly in the ssh shell (screen or pm2), however note that running Gekko in such ways is quite technical.