Rolling Moving Average
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. - K
- Type: SystemDouble
Coefficient of indicator. Category: Data.
Return Value
Type: SeriesSingle series (RMA)
Remarks
Rolling Moving Average
Default: K=0.1
Examples
See Also