get_technical_indicator_ema
Fetch the Exponential Moving Average (EMA) for a given stock symbol and timeframe, with a configurable period, to identify price trends and potential buy or sell signals.
Instructions
Get Exponential Moving Average (EMA) technical indicator
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Period length (default: 10) | |
| symbol | Yes | Stock ticker symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) |