GAUSSIAN VOLUME PROFILE Гайд по трейдингу

Обновлено: July 22, 2026

The Gaussian Volume Profile — это квантитативный инструмент технического анализа. GAUSSIAN_VOLUME_PROFILE Ported from Pine Script "Gaussian Volume Profile [LuxAlgo]"

Что показывает индикатор?

  • Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
  • Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
  • Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.

Ключевые настройки

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

Как использовать параметры стратегии (Condition Source)

В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.

1. События сигналов

  • buySignal - Срабатывает, когда a bullish market condition is confirmed.
  • sellSignal - Срабатывает, когда a bearish market condition is confirmed.
  • signalDir - Outputs 1 for bullish, -1 for bearish, and 0 when neutral.

2. Фильтры и торговые уровни

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

Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.

Продолжить исследование

Изучите всю академию, документацию платформы и основные разделы сайта для более глубокого crypto backtesting и исследования стратегий.

Смотреть все гайды академии Открыть документацию Сравнить тарифы Посмотреть research engine