Running more than one tradebot per exchange.
#1
Thumbs Up 
Hi Guys, 

Why we not able to run more than 1 tradebot per exchange? I believe there should be a technical obstacle in this matter.. Could someone please explain the obstacle, lets try to implement this Smile
  Reply
#2
There are a few technical obstacles:

- If you run Gekko on BTC/USD Gekko assumes it can use all your BTC and all your USD for trading. So if you run a gekko on both BTC/USD and ETH/USD they will both be trying to spend that USD. In other words: If there is overlap in an asset Gekko assumes it can use the 100 USD you have, but by the time it wants to another Gekko already spend it.
- Gekko talks to exchanges via APIs using a nonce, and these start conflicting if multiple bots use the same API key. A fix would be to have (at least) 1 API key per bot, but the UI is not currently designed to facilitate this.
- APIs have rate limits (how many times a minute you can talk to them), Gekko is currently making sure to not cross these limits. But if you run multiple Gekkos all of them will talk to the exchange individually.

All the above are not problems if you simply create a new account per gekko (except for IP based rate limits).
  Reply
#3
Thank you for the reply & all the effort for the Gekko. I am a newbie, my arguments could be wrong I just want to find points to improve Gekko..

When I checked it out Binance API limits, I did not see any limit info per account, they were mentioning per API. That's why, I thought we can overcome these problems by requesting to enter API keys for each "tradebot". But, from your answers I understood that this is not the case.

Btw, I know you are working on GekkoPlus, how it is going ?
  Reply


Forum Jump:


Users browsing this thread: