EMA Dynamic Selector Test
Category: trend
Calculates and plots an Exponential Moving Average (EMA) where the length parameter is processed through a user-defined type method containing a switch-case selection logic.
Formula
EMA(close, L) \text{ where } L \text{ is resolved via a method switch}
Inputs
- length (default: 2)
See signal primitives and every published strategy that uses EMA Dynamic Selector Test on WOBR StrategyVerse.