ADP Guia de trading
Ultima atualizacao: July 22, 2026
The ADP (Accum/Dist %) é uma ferramenta quantitativa de análise técnica. Accumulation/Distribution Percentage (ADP) Based on ADP [cI8DH] - Pine Script v3 Volume-weighted momentum indicator with optional RSI overlays
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
- Range Bound % (
rangeBound): Controls the calculation period and sensitivity for market detection. - Show True RSI (
showRSI): Controls the calculation period and sensitivity for market detection. - Show VW RSI (
showVWRSI): Controls the calculation period and sensitivity for market detection. - Comprimento (
length): Controls the calculation period and sensitivity for market detection. - A/D Weight (0-1) (
adWeight): Controls the calculation period and sensitivity for market detection. - Factor Price (Money Flow) (
priceEnable): Controls the calculation period and sensitivity for market detection. - ADP (
adp): Controls the calculation period and sensitivity for market detection. - True RSI (
rsi): Controls the calculation period and sensitivity for market detection. - VW RSI (
vwRsi): Controls the calculation period and sensitivity for market detection. - ADP Value (
adp): Controls the calculation period and sensitivity for market detection. - ADP vs 70 (Sobrecompra) (
adp_vs_70): Controls the calculation period and sensitivity for market detection. - ADP vs 30 (Sobrevenda) (
adp_vs_30): Controls the calculation period and sensitivity for market detection. - ADP vs 50 (Neutral) (
adp_vs_50): Controls the calculation period and sensitivity for market detection. - ADP vs True RSI (
adp_vs_rsi): Controls the calculation period and sensitivity for market detection. - ADP vs VW RSI (
adp_vs_vwrsi): Controls the calculation period and sensitivity for market detection. - ADP Rising/Falling (
adp_rising): Controls the calculation period and sensitivity for market detection. - True RSI Value (
rsi): Controls the calculation period and sensitivity for market detection. - VW RSI Value (
vwRsi): 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
rangeBound- Range Bound % value used for structural qualification or thresholds.showRSI- Show True RSI value used for structural qualification or thresholds.showVWRSI- Show VW RSI value used for structural qualification or thresholds.length- Comprimento value used for structural qualification or thresholds.adWeight- A/D Weight (0-1) value used for structural qualification or thresholds.priceEnable- Factor Price (Money Flow) value used for structural qualification or thresholds.adp- ADP value used for structural qualification or thresholds.rsi- True RSI value used for structural qualification or thresholds.vwRsi- VW RSI value used for structural qualification or thresholds.adp- ADP Value value used for structural qualification or thresholds.adp_vs_70- ADP vs 70 (Sobrecompra) value used for structural qualification or thresholds.adp_vs_30- ADP vs 30 (Sobrevenda) value used for structural qualification or thresholds.adp_vs_50- ADP vs 50 (Neutral) value used for structural qualification or thresholds.adp_vs_rsi- ADP vs True RSI value used for structural qualification or thresholds.adp_vs_vwrsi- ADP vs VW RSI value used for structural qualification or thresholds.adp_rising- ADP Rising/Falling value used for structural qualification or thresholds.rsi- True RSI Value value used for structural qualification or thresholds.vwRsi- VW RSI Value 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.