Moving average convergence/divergence (MACD)

Overview

Our built-in formulas:
SMACD(series, short, long, signal)
FMACD(series, short, long)
utilizes the exponential method. The simple one can be replicated using difference in arithmetic means.

Example

MACD - simple and exponential

Comparison of two methods of calculating Moving average convergence/divergence (MACD).