Skip to content

emakin1/TradeAlert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TradeAlert

Not sure what this will ultimately become, but for now, its a Python script that alerts via SMS when a stock is reaching an inflection point.

Contribute

Set up your environment

  1. Create a Python environment
cd directory\to\keep\venv\files
py -m venv trade_alert
trade_alert\Scripts\activate
  1. Install this as an editable library
git clone https://github.com/emakin1/TradeAlert.git
cd TradeAlert
pip install -e .
  1. Install an IPython kernel to make working with Jupyter notebooks a little more user-friendly.
pip install ipykernel
python -m ipykernel install --name=trade_alert

Interesting Links

These are just interesting links for reference.

About

Not sure what this will ultimately become, but for now, its a Python scrip that alerts via SMS when a stock is reaching an inflection point.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published