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
- Create a Python environment
cd directory\to\keep\venv\files
py -m venv trade_alert
trade_alert\Scripts\activate
- Install this as an editable library
git clone https://github.com/emakin1/TradeAlert.git
cd TradeAlert
pip install -e .
- 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.