BB OBV Guia de trading
Ultima atualizacao: July 22, 2026
The BB OBV é uma ferramenta quantitativa de análise técnica. BB OBV (Bollinger Bands On Balance Volume) OBV with Bollinger Bands, dual EMAs and scaled price overlay Fixes applied:
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
- BB Comprimento (
bbComprimento): Controls the calculation period and sensitivity for market detection. - BB StdDev (
bbMult): Controls the calculation period and sensitivity for market detection. - EMA 1 Comprimento (
ema1Comprimento): Controls the calculation period and sensitivity for market detection. - EMA 2 Comprimento (
ema2Comprimento): 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.
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- Outputs1for bullish,-1for bearish, and0when neutral.
2. Filtros e níveis de negociação
bbComprimento- BB Comprimento value used for structural qualification or thresholds.bbMult- BB StdDev value used for structural qualification or thresholds.ema1Comprimento- EMA 1 Comprimento value used for structural qualification or thresholds.ema2Comprimento- EMA 2 Comprimento 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.
Exemplo de estratégia: Entrar em Long quando buySignal for true e trendFilter == 1, garantindo alinhamento com a tendência principal.