CustomIndicatorUltOsc Method (Series, numeric, numeric, numeric)

GF Charts Help
Ultimate Oscillator

Namespace:  GF.Clients.Charts.Custom
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public Series UltOsc(
	Series Input,
	numeric MedianWindow,
	numeric SlowWindow,
	numeric FastWindow
)

Parameters

Input
Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data.
MedianWindow
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Median window. Parameter: Median. Category: Periods.
SlowWindow
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Slow window. Parameter: Slow. Category: Periods.
FastWindow
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Fast window. Parameter: Fast. Category: Periods.

Return Value

Type: Series
Single series (UltOsc)
Remarks

Ultimate Oscillator

Default: MedianWindow=14, SlowWindow=28, FastWindow=7

Examples

UltOsc(InputData, 14, 28, 7)
See Also

Reference