This project get list of all coins in coinex.then it checks all currencies according to the given strategy and sends you the signal via email.
Get the project source and open terminal in source directory and enter
python3 -m venv ./venvthen
source ./venv/bin/activatethen
pip install -r req.txtand finaly run it
python3 main.py
- setup your filter strategy in lib/indicator.py
- setup your email and password in lib/send_email.py