Table of Contents

Class GuppyMultipleMovingAverage

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Guppy Multiple Moving Average (GMMA).

[Display(ResourceType = typeof(LocalizedStrings), Name = "GMMA", Description = "GuppyMultipleMovingAverage")]
[Doc("topics/api/indicators/list_of_indicators/guppy_multiple_moving_average.html")]
[IndicatorOut(typeof(GuppyMultipleMovingAverageValue))]
public class GuppyMultipleMovingAverage : BaseComplexIndicator<GuppyMultipleMovingAverageValue>, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
GuppyMultipleMovingAverage
Implements
Derived
Inherited Members
Extension Methods

Constructors

GuppyMultipleMovingAverage()

Initializes a new instance of the GuppyMultipleMovingAverage.

public GuppyMultipleMovingAverage()

Methods

CreateValue(DateTimeOffset)

protected override GuppyMultipleMovingAverageValue CreateValue(DateTimeOffset time)

Parameters

time DateTimeOffset

Time

Returns

GuppyMultipleMovingAverageValue

GuppyMultipleMovingAverageValue