Skip to content

A simple Python script that checks every minute if your stop losses on KuCoin has been hit, and if that is the case it will send you a message via Telegram informing you.

License

Notifications You must be signed in to change notification settings

StephanAkkerman/kucoin-stop-loss-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KuCoin_Stop_Loss_Alert

This is a simple Python script that sends you a Telegram message if your stop loss on KuCoin has been hit.
Python 3.8 Code style: black MIT License


Dependencies

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>

How to run

  • Clone the repository
  • Run $ python src/main.py
  • See result

About

A simple Python script that checks every minute if your stop losses on KuCoin has been hit, and if that is the case it will send you a message via Telegram informing you.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages