CustomIndicatorSAR Method (Series, Double)

GF Charts Help
Parabolic SAR

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

public Series SAR(
	Series Input,
	double Maximum
)

Parameters

Input
Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data.
Maximum
Type: SystemDouble
Category: Data.

Return Value

Type: Series
Single series (SAR)
Remarks

Parabolic SAR

Default: Maximum=0.2, Step=0.02

Examples

SAR(InputData, 0.2, 0.02)
See Also

Reference