technical_analysis
Analyze stock and crypto tickers using technical indicators like RSI, MACD, Bollinger Bands, and moving averages to identify trading signals and market conditions.
Instructions
Run a comprehensive technical analysis on a ticker.
Calculates RSI, MACD, Bollinger Bands, SMA (20/50/200), EMA (12/26), and detects patterns like Golden Cross/Death Cross and overbought/oversold conditions.
Returns all indicators with their current values plus a plain-English summary of signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock or crypto ticker (e.g., AAPL, BTC-USD, ETH-USD) | |
| period | No | Data period: 1mo, 3mo, 6mo, 1y, 2y, 5y | 6mo |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||