This script determines if your favorite stock is on its way to make a comeback, and minimize your loss after a BUY
Run the following commands in your terminal
git clone git@github.com:adityadevg/TrackAndBuy.git
cd TrackAndBuy
docker build -t TrackAndBuy .
./setup.sh
docker run -dp 3000:3000 TrackAndBuy <symbol>
python main.py <symbol>