Syntax
public MACDEx_Signal3(DataSeries ds, int period1, int period2, int period3, string description)
public static MACDEx_Signal3 Series(DataSeries ds, int period1, int period2, int period3)
Parameter Description
period1 |
Length used to calculate the first moving average |
period2 |
Length used to calculate the second moving average |
period3 |
Length used to calculate the period of the signal line |
Description
This is an 'extended' version of the
MACDEx_Signal indicator, allowing to specify the periods of all indicator components.
Interpretation
See
MACDEx,
MACDEx_Histogram,
MACDEx_Signal.
Example
There is no code example currently available.