get_technical_analysis
Compute RSI, MACD, Bollinger Bands, and moving averages for a stock ticker. Receive an overall Buy/Sell/Hold signal.
Instructions
Get technical analysis with RSI, MACD, Bollinger Bands, and moving averages.
Computes and displays technical indicators including:
RSI (14) with overbought/oversold signals
MACD (12, 26, 9) with histogram
Bollinger Bands (20, 2)
SMA (20, 50, 200) and EMA (12, 26)
Overall Buy/Sell/Hold signal
A file:/// link to the interactive dashboard is included — always share it with the user.
Args: ticker: Stock ticker symbol (e.g., AAPL, RELIANCE.NS)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |