GAUSSIAN VOLUME PROFILE Guia de trading

Ultima actualizacion: July 22, 2026

The Gaussian Volume Profile es una herramienta cuantitativa de análisis técnico. GAUSSIAN_VOLUME_PROFILE Ported from Pine Script "Gaussian Volume Profile [LuxAlgo]"

¿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

  • Lookback Window (windowSize): Controls the calculation period and sensitivity for market detection.
  • Number of Bins (numBins): Controls the calculation period and sensitivity for market detection.
  • Max Potential Peaks (numPeaks): Controls the calculation period and sensitivity for market detection.
  • Max Iterations (LM) (maxIter): Controls the calculation period and sensitivity for market detection.
  • Histogram Resolution (histWidth): Controls the calculation period and sensitivity for market detection.
  • Highlight Window Range (showWindow): Controls the calculation period and sensitivity for market detection.
  • Highlight Detected Peaks (showPeakLines): Controls the calculation period and sensitivity for market detection.
  • Lookback Window Range (windowBackground): Controls the calculation period and sensitivity for market detection.
  • Primary Gaussian Sum Line (fitFillLine): Controls the calculation period and sensitivity for market detection.
  • Volume Bins Histogram (histogramLines): Controls the calculation period and sensitivity for market detection.
  • Dominant Peak (POC) Line (pocLine): Controls the calculation period and sensitivity for market detection.
  • Dominant Peak Price (POC) (dominantPeakPrice): 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 - Outputs 1 for bullish, -1 for bearish, and 0 when neutral.

2. Filtros y niveles de trading

  • windowSize - Lookback Window value used for structural qualification or thresholds.
  • numBins - Number of Bins value used for structural qualification or thresholds.
  • numPeaks - Max Potential Peaks value used for structural qualification or thresholds.
  • maxIter - Max Iterations (LM) value used for structural qualification or thresholds.
  • histWidth - Histogram Resolution value used for structural qualification or thresholds.
  • showWindow - Highlight Window Range value used for structural qualification or thresholds.
  • showPeakLines - Highlight Detected Peaks value used for structural qualification or thresholds.
  • dominantPeakPrice - Dominant Peak Price (POC) 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