indicator_atr
Calculate the Average True Range (ATR) for any crypto trading pair to measure market volatility, using configurable period and timeframe.
Instructions
Calculate the Average True Range (ATR) - measures market volatility by averaging the true range
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| period | No | Period length | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |