Bitcoin Forum

Alternate cryptocurrencies => Service Announcements (Altcoins) => Topic started by: enet on September 27, 2018, 07:26:19 AM



Title: [ANN] Archon - trading framework and broker (Opensource)
Post by: enet on September 27, 2018, 07:26:19 AM
Archon is an opensource software library to trade against various Crypto exchanges. It is very generic, so that it can be reused for building e.g. trading strategies, reports (Profit and loss, balance), a streaming service.

For software driven trading several wrappers for API's exist, but they are generally catered to a single exchange. There are two projects that are generic gekko and CCXT. Archon caters mostly to professional traders, rather than just providing a thin wrapper.

It is written in python3 and MIT licensed.

https://github.com/economicnetwork/archon

Currently supported exchanges are: BITTREX, KUCOIN, KRAKEN, CRYPTOPIA, BINANCE.

Tools:

* balance report
* mailgun
* monitor orderbooks
* execute trades in a strategy

If you need further exchanges or requirements the project is open for contributions