MACDEx_Signal

Modified on 2010/08/25 10:14 by Eugene — Categorized as: Community Indicators

Syntax

public MACDEx_Signal(DataSeries ds, int period1, int period2, string description)
public static MACDEx_Signal 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

The MACD signal line is a moving average of the MACD used for generating entry/exit signals.

Interpretation

See MACDEx, MACDEx_Histogram.

Example

There is no code example currently available.