NADARAYA WATSON ENVELOPE Trading Guide
Last updated: July 22, 2026
The Nadaraya-Watson Envelope is a quantitative technical analysis tool. Nadaraya-Watson Envelope Indicator Based on LuxAlgo Pine Script Ported to v2.0 format
What does the indicator show?
- Market Structure & Momentum: Visualizes prevailing trend directions and key reversal zones.
- BUY / SELL Signals: Highlights confirmed entry and exit opportunities based on quantitative rules.
- Dynamic Boundaries: Provides adaptive levels for managing trade risk and reward expectations.
Key Settings
- Bandwidth (
bandwidth): Controls the calculation period and sensitivity for market detection. - Multiplier (
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.
How to use Strategy Parameters (Condition Source)
Within the Strategy Tester module, this indicator can be used both as a direct signal source and as a market-state filter.
1. Signal Events
buySignal- Buy Signal event signal.sellSignal- Sell Signal event signal.
2. Filters and Trade Levels
bandwidth- Bandwidth value used for structural qualification or thresholds.multiplier- Multiplier 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.
Strategy Example: Enter Long when buySignal is true and trendFilter == 1, ensuring trades align with dominant momentum.