indicators_technical
Calculate 13 technical indicators and composite signals from price and volume data to analyze market trends and momentum.
Instructions
13 technical indicators + composite signals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prices | Yes | Array of price data (e.g. closing prices) | |
| volumes | No | Optional array of volume data (same length as prices) | |
| period | No | Lookback period for indicator calculations |