Max. amount of exchanges/pairs?
#8
Thank you for your answer Askmike! :=)

But did you mean that it actually is possible "to have 1 bot that can trade 10 different currencies at the same time" with Gekko??

Actually my need is quite simple, so maybe my previous explanation was too vague and I'll try to explain my case in more detail... I do NOT need a bot that would anyhow analyze multiple pairs to make it's decisions, so I'm not looking for any kind of a portfolio trading tool etc. I have been trading manually with few pairs for a while now, and my method is quite simple; just a combination of few basic technical indicators + a bit of support/resistance lines and that's it. But since I like to keep my risks low and I'm looking for an optimal places for trades, the trades are opened quite rarely. For example, for BTC/LTC or BTC/ETH pairs I might open just a one or two trades per month, and take profit- level is also quite low i.e. I like to close for profits as soon as possible. I'm not looking for quick profits with high risk, but for low risks trades with low but constant income.

So, since my trade method opens trades so rarely, I would need to look for dozens of pairs to make my system profitable enough in the long run, and that's quite hard to do manually. This is where I would need a bot.

And the bot shouldn't need to care about different pairs or their relationships, it should just check if my rules apply on ANY of the pairs I'm looking for, and if they do, then open a buy trade with all funds that there is available on the account. Something like;

if(availableFunds > 0)
{
for(pair = 0; pair < myPairs; pair++)
{
bool bought = checkMyMethodForPair(pair);
if(bought = yes)
break;
}
}

And, to lower my risks, I would also like to spread my coins on few exchanges and trade exactly the same method with all of them.

Did this make any sense? Is this possible with Gekko??
  Reply


Messages In This Thread
Max. amount of exchanges/pairs? - by jasurakk - 01-17-2018, 01:27 PM
RE: Max. amount of exchanges/pairs? - by askmike - 01-21-2018, 05:11 PM
RE: Max. amount of exchanges/pairs? - by jasurakk - 01-21-2018, 06:05 PM
RE: Max. amount of exchanges/pairs? - by jasurakk - 01-22-2018, 12:39 PM
RE: Max. amount of exchanges/pairs? - by jasurakk - 01-25-2018, 04:46 PM
RE: Max. amount of exchanges/pairs? - by jasurakk - 02-04-2018, 09:43 AM
RE: Max. amount of exchanges/pairs? - by askmike - 02-04-2018, 11:18 AM
RE: Max. amount of exchanges/pairs? - by jasurakk - 02-04-2018, 12:43 PM
RE: Max. amount of exchanges/pairs? - by askmike - 02-05-2018, 02:34 AM
RE: Max. amount of exchanges/pairs? - by jasurakk - 02-05-2018, 07:49 AM
RE: Max. amount of exchanges/pairs? - by askmike - 02-05-2018, 01:26 PM
RE: Max. amount of exchanges/pairs? - by jasurakk - 02-05-2018, 06:19 PM
RE: Max. amount of exchanges/pairs? - by askmike - 02-06-2018, 02:58 AM
RE: Max. amount of exchanges/pairs? - by jasurakk - 02-06-2018, 07:17 AM
RE: Max. amount of exchanges/pairs? - by askmike - 02-06-2018, 08:17 AM

Forum Jump:


Users browsing this thread: