This is a simple Python script that sends you a Telegram message if your stop loss on KuCoin has been hit.
The required packages to run this code can be found in the requirements.txt
file. To run this file, execute the following code block:
$ pip install -r requirements.txt
Alternatively, you can install the required packages manually like this:
$ pip install <package>
- Clone the repository
- Run
$ python src/main.py
- See result