Unsupported for-in statement reassignment series iterable qualifier

Category: trend

A basic Exponential Moving Average (EMA) used as a test case for for-in loop reassignment logic.

Formula

EMA(close, L) = \alpha \cdot close + (1 - \alpha) \cdot EMA_{prev}, \alpha = \frac{2}{L+1}

Inputs

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


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