Ultimate Oscillator with Variable Lengths

Modified on 2009/02/15 10:32 by Eugene — Categorized as: Community Indicators

Syntax

public static UltimateOsc2 Series(Bars bars, int period1, int period2, int period3)
public UltimateOsc(Bars bars, int period1, int period2, int period3, string description)

Parameter Description

bars The Bars object
period1 The first lookback period
period2 The second lookback period
period3 The third lookback period

Description

See UltimateOsc.

The only difference is that this version accepts customizable lookback period parameters.

Interpretation

See UltimateOsc.

Example

See UltimateOsc.