MACD signal turn

Category: momentum

Identifies MACD crossovers that occur on the 'discounted' side of the zero line (bullish crosses below 0, bearish crosses above 0) to signal potential momentum shifts.

Formula

MACD = EMA(close, 12) - EMA(close, 26)\nSignal = EMA(MACD, 9)\nBull = Crossover(MACD, Signal) AND MACD < 0\nBear = Crossunder(MACD, Signal) AND MACD > 0

Inputs

See signal primitives and every published strategy that uses MACD signal turn on WOBR StrategyVerse.


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