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 ./venv
then
source ./venv/bin/activate
then
pip install -r req.txt
and finaly run it
python3 main.py
- setup your filter strategy in lib/indicator.py
- setup your email and password in lib/send_email.py