CustomIndicatorTriple Method (Series)

GF Charts Help
Triple Moving Average

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

public ISeriesArray Triple(
	Series Input
)

Parameters

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

Return Value

Type: ISeriesArray
Array of series: Slow, Median, Fast
Remarks

Triple Moving Average

Default: FastPeriod=5, MedianPeriod=8, SlowPeriod=13

Output: Slow, Median, Fast

Examples

Triple(InputData, 5, 8, 13)
See Also

Reference