GoldenChart MACD
Category: momentum, trend
A TradingView-style MACD implementation that explicitly calculates a color-coded histogram as the difference between the MACD Line and the Signal Line.
Formula
Hist = MACD - Signal (MACD = EMA(12) - EMA(26); Signal = SMA(MACD, 9))
Inputs
- InpFast (default: 12)
- InpSlow (default: 26)
- InpSignal (default: 9)
See signal primitives and every published strategy that uses GoldenChart MACD on WOBR StrategyVerse.