trading-assistant
Installation
SKILL.md
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