BB OBV Гайд по трейдингу
Обновлено: July 22, 2026
The BB OBV — это квантитативный инструмент технического анализа. BB OBV (Bollinger Bands On Balance Volume) OBV with Bollinger Bands, dual EMAs and scaled price overlay Fixes applied:
Что показывает индикатор?
- Структура рынка и импульс: Визуализирует преобладающие направления тренда и ключевые зоны разворота.
- Сигналы ПОКУПКА / ПРОДАЖА: Отмечает подтвержденные точки входа и выхода на основе алгоритмических правил.
- Динамические границы: Предоставляет адаптивные уровни для управления рисками и целями сделки.
Ключевые настройки
- BB Длина (
bbДлина): Controls the calculation period and sensitivity for market detection. - BB StdDev (
bbMult): Controls the calculation period and sensitivity for market detection. - EMA 1 Длина (
ema1Длина): Controls the calculation period and sensitivity for market detection. - EMA 2 Длина (
ema2Длина): Controls the calculation period and sensitivity for market detection. - OBV (
obv): Controls the calculation period and sensitivity for market detection. - BB Upper (
upper): Controls the calculation period and sensitivity for market detection. - BB Lower (
lower): Controls the calculation period and sensitivity for market detection. - BB Basis (
basis): Controls the calculation period and sensitivity for market detection. - EMA 1 (
ema1): Controls the calculation period and sensitivity for market detection. - EMA 2 (
ema2): Controls the calculation period and sensitivity for market detection. - Scaled Price (
price): Controls the calculation period and sensitivity for market detection. - OBV (
obv): Controls the calculation period and sensitivity for market detection. - Scaled Price (
price): Controls the calculation period and sensitivity for market detection. - BB Upper (
upper): Controls the calculation period and sensitivity for market detection. - BB Lower (
lower): Controls the calculation period and sensitivity for market detection. - BB Basis (
basis): Controls the calculation period and sensitivity for market detection. - EMA 1 (Fast) (
ema1): Controls the calculation period and sensitivity for market detection. - EMA 2 (Slow) (
ema2): Controls the calculation period and sensitivity for market detection. - OBV ↔ Price Cross (LONG/SHORT) (
obv_cross_price): Controls the calculation period and sensitivity for market detection. - OBV vs Upper Band (
obv_vs_upper): Controls the calculation period and sensitivity for market detection. - OBV vs Lower Band (
obv_vs_lower): Controls the calculation period and sensitivity for market detection. - OBV vs Basis (
obv_vs_basis): Controls the calculation period and sensitivity for market detection. - EMA1 ↔ EMA2 Cross (
ema1_cross_ema2): Controls the calculation period and sensitivity for market detection. - OBV vs EMA1 (
obv_vs_ema1): Controls the calculation period and sensitivity for market detection. - OBV vs EMA2 (
obv_vs_ema2): 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- Outputs1for bullish,-1for bearish, and0when neutral.
2. Фильтры и торговые уровни
bbДлина- BB Длина value used for structural qualification or thresholds.bbMult- BB StdDev value used for structural qualification or thresholds.ema1Длина- EMA 1 Длина value used for structural qualification or thresholds.ema2Длина- EMA 2 Длина value used for structural qualification or thresholds.obv- OBV value used for structural qualification or thresholds.upper- BB Upper value used for structural qualification or thresholds.lower- BB Lower value used for structural qualification or thresholds.basis- BB Basis value used for structural qualification or thresholds.ema1- EMA 1 value used for structural qualification or thresholds.ema2- EMA 2 value used for structural qualification or thresholds.price- Scaled Price value used for structural qualification or thresholds.obv- OBV value used for structural qualification or thresholds.price- Scaled Price value used for structural qualification or thresholds.upper- BB Upper value used for structural qualification or thresholds.lower- BB Lower value used for structural qualification or thresholds.basis- BB Basis value used for structural qualification or thresholds.ema1- EMA 1 (Fast) value used for structural qualification or thresholds.ema2- EMA 2 (Slow) value used for structural qualification or thresholds.obv_cross_price- OBV ↔ Price Cross (LONG/SHORT) value used for structural qualification or thresholds.obv_vs_upper- OBV vs Upper Band value used for structural qualification or thresholds.obv_vs_lower- OBV vs Lower Band value used for structural qualification or thresholds.obv_vs_basis- OBV vs Basis value used for structural qualification or thresholds.ema1_cross_ema2- EMA1 ↔ EMA2 Cross value used for structural qualification or thresholds.obv_vs_ema1- OBV vs EMA1 value used for structural qualification or thresholds.obv_vs_ema2- OBV vs EMA2 value used for structural qualification or thresholds.
Пример стратегии: Вход в лонг, когда buySignal == true и trendFilter == 1, что гарантирует соответствие сделок основному импульсу рынка.