Market Data Analysis Toolkit
Educational tool for learning technical analysis and portfolio tracking.
What It Does
- Calculate technical indicators (RSI, MACD, Bollinger Bands)
- Track portfolio holdings and P&L
- Generate price alerts
- Analyze historical data
Installation
pip install -r requirements.txt
export TWELVE_DATA_API_KEY=your_key
export ALPHA_VANTAGE_API_KEY=your_key
python3 trading_signals.py
Security
- Pure Python code
- No subprocess or shell calls
- No eval/exec
- Environment variables for API keys
- Read-only API access
Links
- GitHub: https://github.com/XuXuClassMate/trading-assistant
- Issues: https://github.com/XuXuClassMate/trading-assistant/issues
- Docker Hub: https://hub.docker.com/r/xuxuclassmate/trading-assistant
License
MIT License - Educational use only, not financial advice.