AlphaDefi Trading Systems
This repo is built on top/using https://github.com/ccxt/ccxt
AlphaDefi Trading Systems is set up for Kucoin but you can change to whatever you like you would just need to edit config files with new env variables.
- Create a new virtualenv
- Make sure
python3 --version
pip install virtualenv
if not already installedpython3 -m venv {PROJECT NAME}
- Make sure
- Run
source env/bin/activate
- Install the packages using
pip install -r requirements.txt
- Run
source env/bin/activate
- see config file for needed env vars
- Run
pip install XX
- Run
pip freeze > requirements.txt
- Compile docker:
docker build -t alpha-trading-systems .
- Run docker
docker run -t alpha-trading-systems