get_ta_summary
Retrieves technical analysis summaries for multiple symbols across chosen timeframes, providing buy/sell/neutral labels and scores derived from oscillators and moving averages.
Instructions
Get TradingView-style technical analysis summary for one or more symbols across multiple timeframes. Returns buy/sell/neutral labels and recommendation scores based on oscillators and moving averages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Array of ticker symbols (e.g., ['NASDAQ:AAPL', 'NASDAQ:NVDA']). Maximum 50 symbols. | |
| timeframes | No | Timeframes for TA analysis. Valid: '1', '3', '5', '15', '30', '45', '60', '120', '180', '240', '1D', '1W', '1M'. Default: ['60', '240', '1D', '1W'] | |
| include_components | No | Include oscillator and moving average scores breakdown (default: true) |