indicator_chandelier_exit
Calculate the Chandelier Exit trailing stop-loss using ATR to identify optimal exit points for trend-following strategies.
Instructions
Calculate the Chandelier Exit (CE) - trailing stop-loss based on ATR for trend following
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 |
| multiplier | No | ATR multiplier |