Plan of attack for now:
- Periodically pull data from yahoo finance
- Run data through TA-lib and get pattern for bullish/bearish
- Set threshold and decide to buy or sell
- Execute the transactions; for now, just keep track record
Requires TA-Lib and its Python wrapper. See installation and dependency under the GitHub repo.
To start the server, run
python3 data.py
To stop the server, run
python3 server_shutdown.py
To see server logs, run
tail -f logs/trading-log