MACDEx_Histogram3

Modified on 2018/10/29 19:48 by Eugene — Categorized as: Community Indicators

Syntax

public MACDEx_Histogram3(DataSeries ds, int period1, int period2, int period3, string description)
public static MACDEx_Histogram3 Series(DataSeries ds, int period1, int period2, int period3)

Parameter Description

period1Length used to calculate the first moving average
period2Length used to calculate the second moving average
period3Length used to calculate the period of the signal line

Description

This is an "extended" MACD histogram that lets you specify the periods for the 3 moving averages, including the signal line.

Interpretation

See Divergence.

Example

No code example currently available.