Woodies CCI
Namespace: GF.Clients.Charts.Custom
Assembly: GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax
Parameters
- Input
- Type: GF.Clients.Charts.TimeSeriesSeries
Input data (historical series or another indicator) that will be processed by the indicator. Category: Data. - FastPeriod
- Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Fast. Category: Periods. - SlowPeriod
- Type: GF.Clients.Charts.Custom.EL.Runtimenumeric
Slow. Category: Periods.
Return Value
Type: ISeriesArrayArray of series: Slow, Fast
Remarks
Woodies CCI
Default: FastPeriod=6, SlowPeriod=14
Output: Slow, Fast
Examples
See Also