BB OBV Guia de trading
Ultima actualizacion: July 22, 2026
The BB OBV es una herramienta cuantitativa de análisis técnico. BB OBV (Bollinger Bands On Balance Volume) OBV with Bollinger Bands, dual EMAs and scaled price overlay Fixes applied:
¿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
- BB Longitud (
bbLongitud): Controls the calculation period and sensitivity for market detection. - BB StdDev (
bbMult): Controls the calculation period and sensitivity for market detection. - EMA 1 Longitud (
ema1Longitud): Controls the calculation period and sensitivity for market detection. - EMA 2 Longitud (
ema2Longitud): 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.
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- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filtros y niveles de trading
bbLongitud- BB Longitud value used for structural qualification or thresholds.bbMult- BB StdDev value used for structural qualification or thresholds.ema1Longitud- EMA 1 Longitud value used for structural qualification or thresholds.ema2Longitud- EMA 2 Longitud 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.
Ejemplo de estrategia: Entrar en Long cuando buySignal es true y trendFilter == 1, asegurando que las operaciones se alineen con el impulso principal.