GAUSSIAN VOLUME PROFILE Guia de trading

Ultima atualizacao: July 22, 2026

The Gaussian Volume Profile é uma ferramenta quantitativa de análise técnica. GAUSSIAN_VOLUME_PROFILE Ported from Pine Script "Gaussian Volume Profile [LuxAlgo]"

O que o indicador mostra?

  • Estrutura de mercado e momento: Visualiza direções de tendência predominantes e zonas de reversão chave.
  • Sinais COMPRA / VENDA: Destaca oportunidades de entrada e saída confirmadas com base em regras quantitativas.
  • Limites dinâmicos: Fornece níveis adaptativos para gerenciar risco e metas de negociação.

Configurações principais

  • 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.

Como usar parâmetros de estratégia (Condition Source)

No módulo Strategy Tester, este indicador pode ser usado tanto como fonte direta de sinal quanto como filtro de estado de mercado.

1. Eventos de sinal

  • buySignal - Dispara quando a bullish market condition is confirmed.
  • sellSignal - Dispara quando a bearish market condition is confirmed.
  • signalDir - Outputs 1 for bullish, -1 for bearish, and 0 when neutral.

2. Filtros e níveis de negociação

  • 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.

Exemplo de estratégia: Entrar em Long quando buySignal for true e trendFilter == 1, garantindo alinhamento com a tendência principal.

Continuar pesquisa

Explore toda a academia, a documentacao da plataforma e as paginas principais do site para aprofundar crypto backtesting e pesquisa de estrategias.

Ver todas as guias da academia Ler a documentacao Comparar planos Ver o research engine