Unsupported ta.macd Fast Length (Test Case)

Category: momentum

A test implementation of the Moving Average Convergence Divergence (MACD) indicator using an invalid float-based fast length parameter.

Formula

MACD = EMA(close, 1.5) - EMA(close, 26)\nSignal = EMA(MACD, 9)\nHistogram = MACD - Signal

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


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