Alligator
Namespace: GF.Clients.Charts.Custom
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
public ISeriesArray Alligator( Series Input, numeric FastOffset, numeric MedianOffset, numeric SlowOffset, numeric FastPeriod, numeric MedianPeriod )
Parameters
- Input
- Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data. - FastOffset
- Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Parameter: Fast, Lip. Category: Displacement. - MedianOffset
- Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Parameter: Median, Teeth. Category: Displacement. - SlowOffset
- Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Parameter: Slow, Jaw. Category: Displacement. - FastPeriod
- Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Fast Period. Parameter: Fast. Category: Periods. - MedianPeriod
- Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Median Period. Parameter: Median. Category: Periods.
Return Value
Type: ISeriesArrayArray of series: Slow, Median, Fast
Remarks
Alligator
Default: FastOffset=3, MedianOffset=5, SlowOffset=8, FastPeriod=5, MedianPeriod=8, SlowPeriod=13
Output: Slow, Median, Fast
Examples
See Also