Moving Average Convergence Divergence (MACD)
Category: momentum, trend
Standard MACD indicator calculating the difference between two EMAs and a signal line, configured with ultra-short periods (2, 3, 2).
Formula
MACD = EMA(close, 2) - EMA(close, 3)\nSignal = EMA(MACD, 2)\nHistogram = MACD - Signal
See signal primitives, usage in published strategies and more on WOBR StrategyVerse.