Table of Contents

Class T3MovingAverage

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

T3 Moving Average.

[Display(ResourceType = typeof(LocalizedStrings), Name = "T3MA", Description = "T3MovingAverage")]
[Doc("topics/api/indicators/list_of_indicators/t3_moving_average.html")]
public class T3MovingAverage : LengthIndicator<decimal>, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
T3MovingAverage
Implements
Derived
Inherited Members
Extension Methods

Constructors

T3MovingAverage()

Initializes a new instance of the T3MovingAverage.

public T3MovingAverage()

Properties

VolumeFactor

Volume factor.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Volume", Description = "VolumeFactor", GroupName = "General")]
public decimal VolumeFactor { get; set; }

Property Value

decimal

Methods

CalcIsFormed()

Calc IsFormed.

protected override bool CalcIsFormed()

Returns

bool

IsFormed

Load(SettingsStorage)

Load settings.

public override void Load(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

OnProcessDecimal(IIndicatorValue)

To handle the input value.

protected override decimal? OnProcessDecimal(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

decimal?

The new value of the indicator.

Reset()

To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).

public override void Reset()

Save(SettingsStorage)

Save settings.

public override void Save(SettingsStorage storage)

Parameters

storage SettingsStorage

Settings storage.

ToString()

public override string ToString()

Returns

string