You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.
Can gekko monitor all crypto pairs at a given exchange or is it have to be 1 bot=1 pair?
If not. Is it possible to write a single bot that will monitor all the altcoins prices on the poloniex and then choose which one to buy based on some parameters? All the bots I see are usually for one predetermined pair only. thanks for the help
The text was updated successfully, but these errors were encountered:
Gekko is meant for one market (1 pair), but using the UI you can start multiple Gekkos (one for each market pair). However you currently can not create strategies that do something with market data from more than a single market.
Though you can easily run a market watcher for each pair and end up with a database full of data, this way you can create your own little script that polls the database and look at all the markets you are interested in.
Can gekko monitor all crypto pairs at a given exchange or is it have to be 1 bot=1 pair?
If not. Is it possible to write a single bot that will monitor all the altcoins prices on the poloniex and then choose which one to buy based on some parameters? All the bots I see are usually for one predetermined pair only. thanks for the help
The text was updated successfully, but these errors were encountered: