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

See signal primitives, usage in published strategies and more on WOBR StrategyVerse.


Open in the WOBR AI app → · WOBR.AI home