strategy_aroon
Analyze Aroon indicators to detect trend changes and strength, returning buy, hold, or sell signals for crypto trading pairs.
Instructions
Aroon Strategy - trading signals based on trend changes and strength. Returns: -1 (SELL), 0 (HOLD), 1 (BUY)
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 |