Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Some noob questions #795

Closed
pittvailer opened this issue Jun 21, 2017 · 2 comments
Closed

Some noob questions #795

pittvailer opened this issue Jun 21, 2017 · 2 comments

Comments

@pittvailer
Copy link

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

@askmike
Copy link
Owner

askmike commented Jun 21, 2017

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.

@askmike askmike closed this as completed Jun 21, 2017
@pittvailer
Copy link
Author

Thank you, I will look into that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants