Skip to content
Brian Cribbs edited this page Dec 21, 2017 · 2 revisions

Condex is a console based cryptocurrency Index Fund Manager centered around Bittrex. It is designed to easily manage the allocation and re-balancing of your index fund.

The application consists of Python-based API integration with Bittrex and a celery job to handle scheduled tasks.

You can choose any number of cryptocurrencies that Bittrex supports to include in your index and assign a portfolio percentage to it. Condex will automatically sell coins that grow past their set percentage and reinvest the profits into coins that are under their set percentage.

Clone this wiki locally