ADX DI Гайд по трейдингу
Обновлено: July 22, 2026
The ADX / DI — это квантитативный инструмент технического анализа. ADX and DI (Average Directional Index with Directional Indicators) Based on ADX_DI_v4 by BeikabuOyaji Optimized to the Golden Standard
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Длина (
length): Controls the calculation period and sensitivity for market detection. - Порог (
threshold): Controls the calculation period and sensitivity for market detection. - DI+ (
diPlus): Controls the calculation period and sensitivity for market detection. - DI- (
diMinus): Controls the calculation period and sensitivity for market detection. - ADX (
adx): Controls the calculation period and sensitivity for market detection. - Порог (
threshold): Controls the calculation period and sensitivity for market detection. - DI+ crosses DI- (
di_cross): Controls the calculation period and sensitivity for market detection. - DI+ vs DI- (
di_position): Controls the calculation period and sensitivity for market detection. - ADX vs Порог (
adx_vs_threshold): Controls the calculation period and sensitivity for market detection. - ADX Value (
adx): Controls the calculation period and sensitivity for market detection. - DI+ Value (
diPlus): Controls the calculation period and sensitivity for market detection. - DI- Value (
diMinus): Controls the calculation period and sensitivity for market detection. - ADX Rising (
adx_rising): Controls the calculation period and sensitivity for market detection. - Бычий Trend Signal (
bullish_trend): Controls the calculation period and sensitivity for market detection. - Медвежий Trend Signal (
bearish_trend): 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. Фильтры и торговые уровни
length- Длина value used for structural qualification or thresholds.threshold- Порог value used for structural qualification or thresholds.diPlus- DI+ value used for structural qualification or thresholds.diMinus- DI- value used for structural qualification or thresholds.adx- ADX value used for structural qualification or thresholds.threshold- Порог value used for structural qualification or thresholds.di_cross- DI+ crosses DI- value used for structural qualification or thresholds.di_position- DI+ vs DI- value used for structural qualification or thresholds.adx_vs_threshold- ADX vs Порог value used for structural qualification or thresholds.adx- ADX Value value used for structural qualification or thresholds.diPlus- DI+ Value value used for structural qualification or thresholds.diMinus- DI- Value value used for structural qualification or thresholds.adx_rising- ADX Rising value used for structural qualification or thresholds.bullish_trend- Бычий Trend Signal value used for structural qualification or thresholds.bearish_trend- Медвежий Trend Signal value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.