Nadaraya-Watson Envelope (EMA Proxy)

Category: volatility

A volatility-based envelope calculation that uses a double EMA (DEMA) proxy for a Nadaraya-Watson estimator as the baseline, with standard deviation offsets.

Formula

\text{Baseline} = EMA(EMA(Close, L), L/2) \\ \text{Upper} = \text{Baseline} + (StdDev(Close, L) \times Mult) \\ \text{Lower} = \text{Baseline} - (StdDev(Close, L) \times Mult)

Inputs

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home