indicators_technical
Calculate 13 technical indicators from price series: SMA, EMA, RSI, MACD, Bollinger Bands, Stochastic, ATR, ROC, plus composite signals and trend classification.
Instructions
13 technical indicators + composite signals.
Use when you need multiple technical indicators computed from a price series. Provide an array of prices and optional volumes. Returns: SMA, EMA, RSI, MACD, Bollinger Bands, Stochastic %K, ATR, ROC, composite signals (overbought/oversold), and trend classification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Lookback period for indicator calculations | |
| prices | Yes | Array of price data (e.g. closing prices) | |
| volumes | No | Optional array of volume data (same length as prices) |