CustomIndicatorEnvelopes Method (Series, numeric, Double)

GF Charts Help
Envelopes

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

public ISeriesArray Envelopes(
	Series Input,
	numeric Window,
	double Percent
)

Parameters

Input
Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data.
Window
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Processing window size or period of indicator. Category: Periods.
Percent
Type: SystemDouble
Parameter: Shift, %. Category: Data.

Return Value

Type: ISeriesArray
Array of series: Top, Bottom
Remarks

Envelopes

Default: Window=20, Percent=0.1

Output: Top, Bottom

Examples

Envelopes(InputData, 20, 0.1)
See Also

Reference