OBV OSC DIVERGENCE PIVOTS Guia de trading
Ultima atualizacao: July 22, 2026
The On-Balance Volume with Divergence and Pivot Points é uma ferramenta quantitativa de análise técnica. 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
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
- Source (
source): Controls the calculation period and sensitivity for market detection. - Short OBV Período (
shortComprimento): Controls the calculation period and sensitivity for market detection. - Long OBV Período (
longComprimento): 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 Alta (Bullish) (
plotBull): Controls the calculation period and sensitivity for market detection. - Plot Hidden Alta (Bullish) (
plotHiddenBull): Controls the calculation period and sensitivity for market detection. - Plot Baixa (Bearish) (
plotBear): Controls the calculation period and sensitivity for market detection. - Plot Hidden Baixa (Bearish) (
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 Alta (Bullish) Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Hidden Alta (Bullish) Divergence (
hiddenBullDiv): Controls the calculation period and sensitivity for market detection. - Regular Baixa (Bearish) Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection. - Hidden Baixa (Bearish) 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 Alta (Bullish) Divergence (
bullDiv): Controls the calculation period and sensitivity for market detection. - Hidden Alta (Bullish) Divergence (
hiddenBullDiv): Controls the calculation period and sensitivity for market detection. - Regular Baixa (Bearish) Divergence (
bearDiv): Controls the calculation period and sensitivity for market detection. - Hidden Baixa (Bearish) Divergence (
hiddenBearDiv): 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
pivotHighSignal- Pivot High event signal.pivotLowSignal- Pivot Low event signal.obvCrossOverZero- OBV Crossover Zero event signal.obvCrossUnderZero- OBV Crossunder Zero event signal.bullDiv- Regular Alta (Bullish) Divergence event signal.hiddenBullDiv- Hidden Alta (Bullish) Divergence event signal.bearDiv- Regular Baixa (Bearish) Divergence event signal.hiddenBearDiv- Hidden Baixa (Bearish) Divergence event signal.
2. Filtros e níveis de negociação
source- Source value used for structural qualification or thresholds.shortComprimento- Short OBV Período value used for structural qualification or thresholds.longComprimento- Long OBV Período 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 Alta (Bullish) value used for structural qualification or thresholds.plotHiddenBull- Plot Hidden Alta (Bullish) value used for structural qualification or thresholds.plotBear- Plot Baixa (Bearish) value used for structural qualification or thresholds.plotHiddenBear- Plot Hidden Baixa (Bearish) 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.
Exemplo de estratégia: Entrar em Long quando buySignal for true e trendFilter == 1, garantindo alinhamento com a tendência principal.