MOMENTUMDIVERGENZE Guia de trading

Ultima actualizacion: July 22, 2026

The Momentum Divergenze es una herramienta cuantitativa de análisis técnico. Momentum Divergenze (Mom DIV) Ported from Pine Script by Marco Refactored to Golden Standard architecture.

¿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

  • Momentum Longitud (len): Controls the calculation period and sensitivity for market detection.
  • Source (src): Controls the calculation period and sensitivity for market detection.
  • Use BB Peak Detection (bo): Controls the calculation period and sensitivity for market detection.
  • Show Background Color (sb): Controls the calculation period and sensitivity for market detection.
  • Período de análisis (High/Low) (l): Controls the calculation period and sensitivity for market detection.
  • BB Longitud (lengthb): Controls the calculation period and sensitivity for market detection.
  • BB Multiplicador (mult): Controls the calculation period and sensitivity for market detection.
  • Momentum (mom): Controls the calculation period and sensitivity for market detection.
  • Mom Up/Price Down (vvu): Controls the calculation period and sensitivity for market detection.
  • Mom Down/Price Up (vvd): Controls the calculation period and sensitivity for market detection.
  • Highest Price Signal (coh): Controls the calculation period and sensitivity for market detection.
  • Lowest Price Signal (col): Controls the calculation period and sensitivity for market detection.
  • BB Peak (con1): Controls the calculation period and sensitivity for market detection.
  • Div Bull (is_div_bull): Controls the calculation period and sensitivity for market detection.
  • Div Bear (is_div_bear): Controls the calculation period and sensitivity for market detection.
  • Peak High (is_peak_high): Controls the calculation period and sensitivity for market detection.
  • Peak Low (is_peak_low): Controls the calculation period and sensitivity for market detection.
  • BG Red (is_bg_red): Controls the calculation period and sensitivity for market detection.
  • BG Green (is_bg_green): Controls the calculation period and sensitivity for market detection.
  • Momentum (mom): Controls the calculation period and sensitivity for market detection.
  • Alcista Divergence (Mom up / Price down) (is_div_bull): Controls the calculation period and sensitivity for market detection.
  • Bajista Divergence (Mom down / Price up) (is_div_bear): Controls the calculation period and sensitivity for market detection.
  • BB Peak High (Orange) (is_peak_high): Controls the calculation period and sensitivity for market detection.
  • BB Peak Low (Lime) (is_peak_low): Controls the calculation period and sensitivity for market detection.
  • Bajista BG Condition (is_bg_red): Controls the calculation period and sensitivity for market detection.
  • Alcista BG Condition (is_bg_green): Controls the calculation period and sensitivity for market detection.
  • Highest Price Cross Value (coh): Controls the calculation period and sensitivity for market detection.
  • Lowest Price Cross Value (col): 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

  • is_div_bull - Div Bull event signal.
  • is_div_bear - Div Bear event signal.
  • is_peak_high - Peak High event signal.
  • is_peak_low - Peak Low event signal.
  • is_bg_red - BG Red event signal.
  • is_bg_green - BG Green event signal.
  • is_div_bull - Alcista Divergence (Mom up / Price down) event signal.
  • is_div_bear - Bajista Divergence (Mom down / Price up) event signal.
  • is_peak_high - BB Peak High (Orange) event signal.
  • is_peak_low - BB Peak Low (Lime) event signal.
  • is_bg_red - Bajista BG Condition event signal.
  • is_bg_green - Alcista BG Condition event signal.

2. Filtros y niveles de trading

  • len - Momentum Longitud value used for structural qualification or thresholds.
  • src - Source value used for structural qualification or thresholds.
  • bo - Use BB Peak Detection value used for structural qualification or thresholds.
  • sb - Show Background Color value used for structural qualification or thresholds.
  • l - Período de análisis (High/Low) value used for structural qualification or thresholds.
  • lengthb - BB Longitud value used for structural qualification or thresholds.
  • mult - BB Multiplicador value used for structural qualification or thresholds.
  • mom - Momentum value used for structural qualification or thresholds.
  • vvu - Mom Up/Price Down value used for structural qualification or thresholds.
  • vvd - Mom Down/Price Up value used for structural qualification or thresholds.
  • coh - Highest Price Signal value used for structural qualification or thresholds.
  • col - Lowest Price Signal value used for structural qualification or thresholds.
  • con1 - BB Peak value used for structural qualification or thresholds.
  • mom - Momentum value used for structural qualification or thresholds.
  • coh - Highest Price Cross Value value used for structural qualification or thresholds.
  • col - Lowest Price Cross Value 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.

Seguir investigando

Explora toda la academia, la documentacion de la plataforma y las paginas principales del sitio para profundizar en crypto backtesting e investigacion de estrategias.

Ver todas las guias de la academia Leer la documentacion Comparar planes Ver el research engine