indicator_true_range
Calculate True Range to measure market volatility from high, low, and previous close. Ideal for assessing price movement intensity in crypto trading.
Instructions
Calculate the True Range (TR) - measures the greatest of current high-low, high-previous close, or low-previous close
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of OHLCV data points to fetch | |
| symbol | Yes | Trading pair, e.g., 'BTC/USDT' | |
| timeframe | No | Timeframe, e.g., '1m', '1h', '1d' | 1h |