wave-sineMACD Engine

The MACD Engine is the core computational logic of the suite, normalizing the MACD values and signal line for all other components (signals, divergences, histogram, etc.).

It visualizes the MACD oscillator using a normalized range from -100 to +100 and enables gradient-based color mapping to enhance trend clarity.

MACD Line: Rendered with dynamic coloring:

HeatMap mode: Color intensity grows as values reach extreme ranges (-100/+100)

Rising/Falling mode: Color changes based on histogram slope.

Overbought/Oversold Zones

OB zone: above +100

OS zone: below -100

Settings

circle-info

Settings

  1. Source – Default: close. Defines the price type to calculate MACD on.

  2. Fast Length – Default: 10. Short-term MA period.

  3. Slow Length – Default: 20. Long-term MA period.

  4. Signal Smoothing – Default: 9. Period used to smooth the signal line.

  5. Oscillator MA TypeEMA or SMA. Defines moving average type for MACD itself.

  6. Signal Line MA TypeEMA or SMA. Defines moving average type for the signal line.

Last updated