Skip to content

alimogh/indicator-filter-Coinex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coinex Indicator Filter

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.

Installation

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 information

  • setup your filter strategy in lib/indicator.py
  • setup your email and password in lib/send_email.py

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%