MACD Classic (3-Line)

Category: momentum, trend

A classic implementation of the Moving Average Convergence Divergence (MACD) that renders the MACD line, Signal line, and the histogram as 3 distinct visual components.

Formula

MACD = EMA(Close, Fast) - EMA(Close, Slow) \nSignal = EMA(MACD, SignalPeriod) \nHistogram = MACD - Signal

Inputs

See signal primitives and every published strategy that uses MACD Classic (3-Line) on WOBR StrategyVerse.


Open the interactive page on WOBR AI → · WOBR.AI home