OBV OSC DIVERGENCE PIVOTS Гайд по трейдингу
Обновлено: July 22, 2026
The On-Balance Volume with Divergence and Pivot Points — это квантитативный инструмент технического анализа. On-Balance Volume with Divergence and Pivot Points Ported from Pine Script v5 "OBV Osc". The divergence drawings are placed on the historical pivot bar to match
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- Source (
source): Controls the calculation period and sensitivity for market detection. - Short OBV Период (
shortДлина): Controls the calculation period and sensitivity for market detection. - Long OBV Период (
longДлина): Controls the calculation period and sensitivity for market detection. - OBV Wave Pivot Lookback Right (
obvPivotRight): Controls the calculation period and sensitivity for market detection. - OBV Wave Pivot Lookback Left (
obvPivotLeft): Controls the calculation period and sensitivity for market detection. - Divergence Pivot Lookback Right (
divPivotRight): Controls the calculation period and sensitivity for market detection. - Divergence Pivot Lookback Left (
divPivotLeft): Controls the calculation period and sensitivity for market detection. - Max of Lookback Range (
rangeUpper): Controls the calculation period and sensitivity for market detection. - Min of Lookback Range (
rangeLower): Controls the calculation period and sensitivity for market detection. - Plot Бычий (
plotBull): Controls the calculation period and sensitivity for market detection. - Plot Hidden Бычий (
plotHiddenBull): Controls the calculation period and sensitivity for market detection. - Plot Медвежий (
plotBear): Controls the calculation period and sensitivity for market detection. - Plot Hidden Медвежий (
plotHiddenBear): Controls the calculation period and sensitivity for market detection. - Positive Area (
obvOscUp): Controls the calculation period and sensitivity for market detection. - Negative Area (
obvOscDown): Controls the calculation period and sensitivity for market detection. - OBV Line (
obvLine): Controls the calculation period and sensitivity for market detection. - Zero Line (
zeroLine): Controls the calculation period and sensitivity for market detection. - OBV Pivot High (
pivotHigh): Controls the calculation period and sensitivity for market detection. - OBV Pivot Low (
pivotLow): Controls the calculation period and sensitivity for market detection. - Regular Бычий Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Hidden Бычий Divergence (
hiddenBullDiv): Controls the calculation period and sensitivity for market detection. - Regular Медвежий Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection. - Hidden Медвежий Divergence (
hiddenBearDiv): Controls the calculation period and sensitivity for market detection. - Confirmation Marker (
confirmMarker): Controls the calculation period and sensitivity for market detection. - OBV Oscillator (
obvOsc): Controls the calculation period and sensitivity for market detection. - Zero Line (
zero): Controls the calculation period and sensitivity for market detection. - OBV Oscillator (
obvOsc): Controls the calculation period and sensitivity for market detection. - Zero Line (
zero): Controls the calculation period and sensitivity for market detection. - Pivot High (
pivotHighSignal): Controls the calculation period and sensitivity for market detection. - Pivot Low (
pivotLowSignal): Controls the calculation period and sensitivity for market detection. - OBV Crossover Zero (
obvCrossOverZero): Controls the calculation period and sensitivity for market detection. - OBV Crossunder Zero (
obvCrossUnderZero): Controls the calculation period and sensitivity for market detection. - Regular Бычий Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Hidden Бычий Divergence (
hiddenBullDiv): Controls the calculation period and sensitivity for market detection. - Regular Медвежий Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection. - Hidden Медвежий Divergence (
hiddenBearDiv): Controls the calculation period and sensitivity for market detection.
Как использовать параметры стратегии (Condition Source)
В модуле Strategy Tester этот индикатор можно использовать как прямой источник сигналов, так и в качестве фильтра состояния рынка.
1. События сигналов
pivotHighSignal- Pivot High event signal.pivotLowSignal- Pivot Low event signal.obvCrossOverZero- OBV Crossover Zero event signal.obvCrossUnderZero- OBV Crossunder Zero event signal.bullDiv- Regular Бычий Divergence event signal.hiddenBullDiv- Hidden Бычий Divergence event signal.bearDiv- Regular Медвежий Divergence event signal.hiddenBearDiv- Hidden Медвежий Divergence event signal.
2. Фильтры и торговые уровни
source- Source value used for structural qualification or thresholds.shortДлина- Short OBV Период value used for structural qualification or thresholds.longДлина- Long OBV Период value used for structural qualification or thresholds.obvPivotRight- OBV Wave Pivot Lookback Right value used for structural qualification or thresholds.obvPivotLeft- OBV Wave Pivot Lookback Left value used for structural qualification or thresholds.divPivotRight- Divergence Pivot Lookback Right value used for structural qualification or thresholds.divPivotLeft- Divergence Pivot Lookback Left value used for structural qualification or thresholds.rangeUpper- Max of Lookback Range value used for structural qualification or thresholds.rangeLower- Min of Lookback Range value used for structural qualification or thresholds.plotBull- Plot Бычий value used for structural qualification or thresholds.plotHiddenBull- Plot Hidden Бычий value used for structural qualification or thresholds.plotBear- Plot Медвежий value used for structural qualification or thresholds.plotHiddenBear- Plot Hidden Медвежий value used for structural qualification or thresholds.obvOsc- OBV Oscillator value used for structural qualification or thresholds.zero- Zero Line value used for structural qualification or thresholds.obvOsc- OBV Oscillator value used for structural qualification or thresholds.zero- Zero Line value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.