DYNAMIC PRICE OSCILLATOR Guia de trading
Ultima atualizacao: July 22, 2026
The Dynamic Price Oscillator + Signal EMA é uma ferramenta quantitativa de análise técnica. DYNAMIC_PRICE_OSCILLATOR Dynamic Price Oscillator + Signal EMA Ported from TradingView PineScript (Zeiierman) to GTW custom indicators.
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
- Comprimento (
length): Controls the calculation period and sensitivity for market detection. - Smoothing Factor (
smoothFactor): Controls the calculation period and sensitivity for market detection. - Signal EMA Comprimento (
emaComprimento): Controls the calculation period and sensitivity for market detection. - Dynamic Price Oscillator (
osc): Controls the calculation period and sensitivity for market detection. - Signal EMA (
signalEma): Controls the calculation period and sensitivity for market detection. - Dynamic Mean (
mean): Controls the calculation period and sensitivity for market detection. - Bollinger High (
bbHigh): Controls the calculation period and sensitivity for market detection. - Expanded Bollinger High (
bbHighExp): Controls the calculation period and sensitivity for market detection. - Bollinger Low (
bbLow): Controls the calculation period and sensitivity for market detection. - Expanded Bollinger Low (
bbLowExp): Controls the calculation period and sensitivity for market detection. - Dynamic Price Oscillator (
osc): Controls the calculation period and sensitivity for market detection. - Signal EMA (
signalEma): Controls the calculation period and sensitivity for market detection. - Dynamic Mean (
mean): Controls the calculation period and sensitivity for market detection. - Bollinger High (
bbHigh): Controls the calculation period and sensitivity for market detection. - Expanded Bollinger High (
bbHighExp): Controls the calculation period and sensitivity for market detection. - Bollinger Low (
bbLow): Controls the calculation period and sensitivity for market detection. - Expanded Bollinger Low (
bbLowExp): 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
length- Comprimento value used for structural qualification or thresholds.smoothFactor- Smoothing Factor value used for structural qualification or thresholds.emaComprimento- Signal EMA Comprimento value used for structural qualification or thresholds.osc- Dynamic Price Oscillator value used for structural qualification or thresholds.signalEma- Signal EMA value used for structural qualification or thresholds.mean- Dynamic Mean value used for structural qualification or thresholds.bbHigh- Bollinger High value used for structural qualification or thresholds.bbHighExp- Expanded Bollinger High value used for structural qualification or thresholds.bbLow- Bollinger Low value used for structural qualification or thresholds.bbLowExp- Expanded Bollinger Low value used for structural qualification or thresholds.osc- Dynamic Price Oscillator value used for structural qualification or thresholds.signalEma- Signal EMA value used for structural qualification or thresholds.mean- Dynamic Mean value used for structural qualification or thresholds.bbHigh- Bollinger High value used for structural qualification or thresholds.bbHighExp- Expanded Bollinger High value used for structural qualification or thresholds.bbLow- Bollinger Low value used for structural qualification or thresholds.bbLowExp- Expanded Bollinger Low 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.