indicator_aroon
Calculate the Aroon Indicator to identify trend changes and strength in crypto trading pairs using high/low price extremes.
Instructions
Calculate the Aroon Indicator - identifies trend changes and strength using high/low price extremes
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 |