NADARAYA WATSON ENVELOPE Guia de trading
Ultima atualizacao: July 22, 2026
The Nadaraya-Watson Envelope é uma ferramenta quantitativa de análise técnica. Nadaraya-Watson Envelope Indicator Based on LuxAlgo Pine Script Ported to v2.0 format
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
- Bandwidth (
bandwidth): Controls the calculation period and sensitivity for market detection. - Multiplicador (
multiplier): Controls the calculation period and sensitivity for market detection. - Repainting Smoothing (
repaint): Controls the calculation period and sensitivity for market detection. - Source (
source): Controls the calculation period and sensitivity for market detection. - Hide Data (
hideData): Controls the calculation period and sensitivity for market detection. - Upper Band (
upper): Controls the calculation period and sensitivity for market detection. - Lower Band (
lower): Controls the calculation period and sensitivity for market detection. - NW Line (
nw): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Buy Signal (
buySignal): Controls the calculation period and sensitivity for market detection. - Sell Signal (
sellSignal): Controls the calculation period and sensitivity for market detection. - Upper Band (
upper): Controls the calculation period and sensitivity for market detection. - Lower Band (
lower): 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- Buy Signal event signal.sellSignal- Sell Signal event signal.
2. Filtros e níveis de negociação
bandwidth- Bandwidth value used for structural qualification or thresholds.multiplier- Multiplicador value used for structural qualification or thresholds.repaint- Repainting Smoothing value used for structural qualification or thresholds.source- Source value used for structural qualification or thresholds.hideData- Hide Data value used for structural qualification or thresholds.upper- Upper Band value used for structural qualification or thresholds.lower- Lower Band value used for structural qualification or thresholds.nw- NW Line value used for structural qualification or thresholds.buySignal- Buy Signal value used for structural qualification or thresholds.sellSignal- Sell Signal value used for structural qualification or thresholds.upper- Upper Band value used for structural qualification or thresholds.lower- Lower Band 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.