Dynamic EMA with Box Method Selector
Category: trend
Calculates an Exponential Moving Average (EMA) where the period is dynamically selected based on a user-defined input and internal logic using a custom method switch.
Formula
EMA(close, \text{switch}(\text{mode}))
Inputs
- length (default: 2)
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.