fmp_technical_indicator
Calculate technical indicators (SMA, EMA, RSI, ADX, etc.) for a stock symbol across date ranges and timeframes to enable backtesting of trading signals.
Instructions
A technical indicator series — useful for backtesting signal ideas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| to_date | No | ||
| from_date | No | ||
| indicator | No | sma | |
| timeframe | No | 1day | |
| period_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |