This document provides a summart of the repository and how to run the ATR Target Trading Bot using Joe's studies. Note a Linux Ubuntu machine is required.
sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv <name_of_env> --python=python3.6
source <name_of_env>/bin/activate
deactivate
Run the following command where the pip_requirements.txt file is located:
pip install -r pip_requirements.txt
celery beat -A app.celerybeat-schedule --loglevel=INFO --pidfile=/tmp/celerybeat.pid
celery worker -A app.celery --loglevel=INFO
Type the following command in the top directory:
sudo <name_of_venv>/bin/python3 app.py