CHANDELIER EXIT Гайд по трейдингу
Обновлено: July 22, 2026
The Chandelier Exit — это квантитативный инструмент технического анализа. Chandelier Exit Indicator Based on everget Pine Script Trailing stop-loss based on ATR
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- ATR Период (
atrПериод): Controls the calculation period and sensitivity for market detection. - ATR Множитель (
atrМножитель): Controls the calculation period and sensitivity for market detection. - Use Close Price (
useClose): Controls the calculation period and sensitivity for market detection. - Show Labels (
showLabels): Controls the calculation period and sensitivity for market detection. - Highlight State (
highlightState): Controls the calculation period and sensitivity for market detection. - Additional SL % (
slPercent): Controls the calculation period and sensitivity for market detection. - TP Ratio (
tpRatio): Controls the calculation period and sensitivity for market detection. - Show SL & TP Lines (
showSLTP): Controls the calculation period and sensitivity for market detection. - Buy Signal Lookback (
buyLookback): Controls the calculation period and sensitivity for market detection. - Sell Signal Lookback (
sellLookback): Controls the calculation period and sensitivity for market detection. - Long Stop (
longStop): Controls the calculation period and sensitivity for market detection. - Short Stop (
shortStop): Controls the calculation period and sensitivity for market detection. - Stop Loss (
slLevel): Controls the calculation period and sensitivity for market detection. - Take Profit (
tpLevel): Controls the calculation period and sensitivity for market detection. - Is Long (
isLong): Controls the calculation period and sensitivity for market detection. - Is Short (
isShort): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Buy Signals Last N (
buySignalsCount): Controls the calculation period and sensitivity for market detection. - Sell Signals Last N (
sellSignalsCount): Controls the calculation period and sensitivity for market detection. - Long Stop Color (
longColor): Controls the calculation period and sensitivity for market detection. - Short Stop Color (
shortColor): Controls the calculation period and sensitivity for market detection. - SL Line Color (
slColor): Controls the calculation period and sensitivity for market detection. - TP Line Color (
tpColor): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Buy Signals Count (
buySignalsCount): Controls the calculation period and sensitivity for market detection. - Sell Signals Count (
sellSignalsCount): Controls the calculation period and sensitivity for market detection. - Is Long (
isLong): Controls the calculation period and sensitivity for market detection. - Is Short (
isShort): Controls the calculation period and sensitivity for market detection. - Long Stop Level (
longStop): Controls the calculation period and sensitivity for market detection. - Short Stop Level (
shortStop): Controls the calculation period and sensitivity for market detection. - Calculated Active SL (
slLevel): Controls the calculation period and sensitivity for market detection. - Calculated Active TP (
tpLevel): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.isLong- Is Long event signal.isShort- Is Short event signal.
2. Фильтры и торговые уровни
atrПериод- ATR Период value used for structural qualification or thresholds.atrМножитель- ATR Множитель value used for structural qualification or thresholds.useClose- Use Close Price value used for structural qualification or thresholds.showLabels- Show Labels value used for structural qualification or thresholds.highlightState- Highlight State value used for structural qualification or thresholds.slPercent- Additional SL % value used for structural qualification or thresholds.tpRatio- TP Ratio value used for structural qualification or thresholds.showSLTP- Show SL & TP Lines value used for structural qualification or thresholds.buyLookback- Buy Signal Lookback value used for structural qualification or thresholds.sellLookback- Sell Signal Lookback value used for structural qualification or thresholds.longStop- Long Stop value used for structural qualification or thresholds.shortStop- Short Stop value used for structural qualification or thresholds.slLevel- Stop Loss value used for structural qualification or thresholds.tpLevel- Take Profit value used for structural qualification or thresholds.isLong- Is Long value used for structural qualification or thresholds.isShort- Is Short value used for structural qualification or thresholds.buySignal- Buy Signal value used for structural qualification or thresholds.sellSignal- Sell Signal value used for structural qualification or thresholds.buySignalsCount- Buy Signals Last N value used for structural qualification or thresholds.sellSignalsCount- Sell Signals Last N value used for structural qualification or thresholds.longColor- Long Stop Color value used for structural qualification or thresholds.shortColor- Short Stop Color value used for structural qualification or thresholds.slColor- SL Line Color value used for structural qualification or thresholds.tpColor- TP Line Color value used for structural qualification or thresholds.buySignalsCount- Buy Signals Count value used for structural qualification or thresholds.sellSignalsCount- Sell Signals Count value used for structural qualification or thresholds.longStop- Long Stop Level value used for structural qualification or thresholds.shortStop- Short Stop Level value used for structural qualification or thresholds.slLevel- Calculated Active SL value used for structural qualification or thresholds.tpLevel- Calculated Active TP value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.