For the complete documentation index, see llms.txt. This page is also available as Markdown.

MACD

Overview of the Moving Average Convergence Divergence indicator.

MACD

The moving average convergence/divergence (MACD) is a technical indicator of momentum that uses moving averages to determine a trend’s strength. The MACD uses three exponential moving averages (a short term, a long term, and the average difference between the short and long term) to show price momentum.

The source code for the MACD function is found here.

Last updated

Was this helpful?