CustomIndicatorASlashD Method (Series, numeric)

GF Charts Help
Accumulation/Distribution

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

public Series ASlashD(
	Series Input,
	numeric Window
)

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.

Return Value

Type: Series
Single series (A/D)
Remarks

Accumulation/Distribution

Default: Window=14

Examples

A/D(InputData, 14)
See Also

Reference