05-22-2018, 07:49 AM
I am actually working on some massive upgrades regarding making Gekko more modular. For example I am pulling out all order execution code into a new library called Gekko Broker. It will have advanced orders (in the future) and for now a simple and unified interface to execute trades. See here: https://github.com/askmike/gekko/blob/ge...duction.md
I am actively developing this, the supported exchanges (gdax, poloniex, bitfinex, binance & coinfalcon) are already a lot more stable than in current stable Gekko.
Note that that library is meant for developers: it's just the order execution logic which you need to hook up to your own reporting software / UI / datastore / etc.
I am actively developing this, the supported exchanges (gdax, poloniex, bitfinex, binance & coinfalcon) are already a lot more stable than in current stable Gekko.
Note that that library is meant for developers: it's just the order execution logic which you need to hook up to your own reporting software / UI / datastore / etc.