get_technical_indicators
Retrieve multiple technical indicators for a trading symbol from your broker session. Customize indicators, period, interval, and date range for market analysis.
Instructions
Get multiple technical indicators for a symbol from active or specific broker in your session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| broker | No | Specific broker (optional) | |
| period | No | Period for calculation (default: 14) | |
| symbol | Yes | Trading symbol | |
| to_date | No | End date (YYYY-MM-DD) | |
| interval | No | Time interval (1m, 5m, 15m, 1h, 1d) | |
| from_date | No | Start date (YYYY-MM-DD) | |
| indicators | No | Array of indicators (RSI, MACD, BOLLINGER, SMA, EMA, etc.) |