Skip to content

Notify when the stock trend reaches to a certain value.

Notifications You must be signed in to change notification settings

rivka-levit/stock-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Price Notifier

cbx_trend2

Sends a notification when the CBX index trend changes to a certain value

Usage

Takes two arguments: trend direction and expected trend value

Trend direction: gt (greater, then) or lt (less, then).

Trend value: float number

CLI command example

docker compose run --rm app sh -c "python main.py lt -0.1"

Here the application will send a notification email when the trend reaches down to the value -0.1 or less.

About

Notify when the stock trend reaches to a certain value.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published