Loading...
Loading...
Compute technical indicators like RSI, MACD, Bollinger Bands, SMA, EMA for a stock. Use when user asks about technical analysis, indicators, RSI, MACD, moving averages, overbought/oversold, or chart analysis.
npx skill4agent add staskh/trading_skills technical-analysisNote: Ifis not installed oruvis not found, replacepyproject.tomlwithuv run pythonin all commands below.python
uv run python scripts/technicals.py SYMBOL [--period PERIOD] [--indicators INDICATORS] [--earnings]SYMBOLAAPLAAPL,MSFT,GOOGL--period--indicators--earningspriceindicatorsrisk_metricssignalsearnings--earningsresults# Single symbol with all indicators
uv run python scripts/technicals.py AAPL
# Multiple symbols
uv run python scripts/technicals.py AAPL,MSFT,GOOGL
# With earnings data
uv run python scripts/technicals.py NVDA --earnings
# Specific indicators only
uv run python scripts/technicals.py TSLA --indicators rsi,macduv run python scripts/correlation.py SYMBOLS [--period PERIOD]SYMBOLS--periodsymbolsperiodcorrelation_matrix# Portfolio correlation
uv run python scripts/correlation.py AAPL,MSFT,GOOGL,AMZN
# Sector comparison
uv run python scripts/correlation.py XLF,XLK,XLE,XLV --period 6mo
# Check hedge effectiveness
uv run python scripts/correlation.py SPY,GLD,TLTnumpypandaspandas-tayfinance