get_adx
Compute ADX for cryptocurrency trading pairs to evaluate trend strength. Returns values from 0-100 with interpretation to identify weak, developing, strong, or very strong trends.
Instructions
Get ADX (Average Directional Index) for a cryptocurrency.
ADX measures trend strength (not direction) on a scale of 0-100:
Below 20: Weak or no trend
20-40: Developing trend
40-60: Strong trend
Above 60: Very strong trend
Args: symbol: Trading pair symbol (e.g., BTCUSDT, ETHUSDT) interval: Candle interval - 1m, 5m, 15m, 30m, 1h, 4h, 1d period: ADX period (default 14) limit: Number of values to return (default 10) start_time: Start time in ISO format (e.g., 2024-01-01) end_time: End time in ISO format (e.g., 2024-02-01)
Returns: ADX values with trend strength interpretation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| period | No | ||
| symbol | Yes | ||
| end_time | No | ||
| interval | No | 1h | |
| start_time | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |