MACD Demo Implementation

Category: momentum, trend

A standard implementation of the Moving Average Convergence Divergence (MACD) oscillator, measuring the relationship between two exponential moving averages.

Formula

\text{MACD Line} = EMA(close, 12) - EMA(close, 26) \\ \text{Signal Line} = EMA(\text{MACD Line}, 9)

Inputs

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


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