ADX DI Guia de trading
Ultima actualizacion: July 22, 2026
The ADX / DI es una herramienta cuantitativa de análisis técnico. ADX and DI (Average Directional Index with Directional Indicators) Based on ADX_DI_v4 by BeikabuOyaji Optimized to the Golden Standard
¿Qué muestra el indicador?
- Estructura del mercado e impulso: Visualiza la dirección de la tendencia dominante y zonas clave de reversión.
- Señales COMPRA / VENTA: Muestra puntos de entrada y salida confirmados según reglas cuantitativas.
- Límites dinámicos: Proporciona niveles adaptativos para gestionar el riesgo y beneficio de las operaciones.
Ajustes clave
- Longitud (
length): Controls the calculation period and sensitivity for market detection. - Umbral (
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. - Umbral (
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 Umbral (
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. - Alcista Trend Signal (
bullish_trend): Controls the calculation period and sensitivity for market detection. - Bajista Trend Signal (
bearish_trend): Controls the calculation period and sensitivity for market detection.
Cómo usar los parámetros de estrategia (Condition Source)
Dentro del módulo Strategy Tester, este indicador se puede utilizar tanto como fuente directa de señales como filtro del estado del mercado.
1. Eventos de señal
buySignal- Se activa cuando a bullish market condition is confirmed.sellSignal- Se activa cuando a bearish market condition is confirmed.signalDir- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filtros y niveles de trading
length- Longitud value used for structural qualification or thresholds.threshold- Umbral 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- Umbral 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 Umbral 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- Alcista Trend Signal value used for structural qualification or thresholds.bearish_trend- Bajista Trend Signal value used for structural qualification or thresholds.
Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.