CustomIndicatorCHV Method (Series, numeric, numeric)

GF Charts Help
Volatility Chaikins

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

public Series CHV(
	Series Input,
	numeric Window,
	numeric AveragePeriod
)

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.
AveragePeriod
Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Moving Average Period, used to calculate the Exponential Moving Average of high - low price difference. Category: Periods.

Return Value

Type: Series
Single series (CHV)
Remarks

Volatility Chaikins

Default: Window=10, AveragePeriod=10

Examples

CHV(InputData, 10, 10)
See Also

Reference