MACDEx

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

Syntax

public MACDEx(DataSeries ds, int period1, int period2, string description): base(bars, description)
public static MACDEx 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 indicator that lets you specify the periods for the 2 moving averages.

Interpretation

See MACD.

Example

No code example currently available.