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
Comparison of two methods of calculating Moving average convergence/divergence (MACD).