ADP Гайд по трейдингу
Обновлено: July 22, 2026
The ADP (Accum/Dist %) — это квантитативный инструмент технического анализа. Accumulation/Distribution Percentage (ADP) Based on ADP [cI8DH] - Pine Script v3 Volume-weighted momentum indicator with optional RSI overlays
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Range Bound % (
rangeBound): Controls the calculation period and sensitivity for market detection. - Show True RSI (
showRSI): Controls the calculation period and sensitivity for market detection. - Show VW RSI (
showVWRSI): Controls the calculation period and sensitivity for market detection. - Длина (
length): Controls the calculation period and sensitivity for market detection. - A/D Weight (0-1) (
adWeight): Controls the calculation period and sensitivity for market detection. - Factor Price (Money Flow) (
priceEnable): Controls the calculation period and sensitivity for market detection. - ADP (
adp): Controls the calculation period and sensitivity for market detection. - True RSI (
rsi): Controls the calculation period and sensitivity for market detection. - VW RSI (
vwRsi): Controls the calculation period and sensitivity for market detection. - ADP Value (
adp): Controls the calculation period and sensitivity for market detection. - ADP vs 70 (Перекупленность) (
adp_vs_70): Controls the calculation period and sensitivity for market detection. - ADP vs 30 (Перепроданность) (
adp_vs_30): Controls the calculation period and sensitivity for market detection. - ADP vs 50 (Neutral) (
adp_vs_50): Controls the calculation period and sensitivity for market detection. - ADP vs True RSI (
adp_vs_rsi): Controls the calculation period and sensitivity for market detection. - ADP vs VW RSI (
adp_vs_vwrsi): Controls the calculation period and sensitivity for market detection. - ADP Rising/Falling (
adp_rising): Controls the calculation period and sensitivity for market detection. - True RSI Value (
rsi): Controls the calculation period and sensitivity for market detection. - VW RSI Value (
vwRsi): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
buySignal- Срабатывает, когда a bullish market condition is confirmed.sellSignal- Срабатывает, когда a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Фильтры и торговые уровни
rangeBound- Range Bound % value used for structural qualification or thresholds.showRSI- Show True RSI value used for structural qualification or thresholds.showVWRSI- Show VW RSI value used for structural qualification or thresholds.length- Длина value used for structural qualification or thresholds.adWeight- A/D Weight (0-1) value used for structural qualification or thresholds.priceEnable- Factor Price (Money Flow) value used for structural qualification or thresholds.adp- ADP value used for structural qualification or thresholds.rsi- True RSI value used for structural qualification or thresholds.vwRsi- VW RSI value used for structural qualification or thresholds.adp- ADP Value value used for structural qualification or thresholds.adp_vs_70- ADP vs 70 (Перекупленность) value used for structural qualification or thresholds.adp_vs_30- ADP vs 30 (Перепроданность) value used for structural qualification or thresholds.adp_vs_50- ADP vs 50 (Neutral) value used for structural qualification or thresholds.adp_vs_rsi- ADP vs True RSI value used for structural qualification or thresholds.adp_vs_vwrsi- ADP vs VW RSI value used for structural qualification or thresholds.adp_rising- ADP Rising/Falling value used for structural qualification or thresholds.rsi- True RSI Value value used for structural qualification or thresholds.vwRsi- VW RSI Value value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.