Syntax
public MACDEx_Histogram(DataSeries ds, int period1, int period2, string description)
public static MACDEx_Histogram Series(DataSeries ds, int period1, int period2)
Parameter Description
period1 |
Length used to calculate the first moving average |
period2 |
Length used to calculate the second moving average |
Description
This is an "extended" MACD histogram that lets you specify the periods for the 2 moving averages.
Interpretation
See
Divergence.
Example
No code example currently available.