C# Класс Encog.App.Quant.Indicators.MovingAverage

Наследование: Indicator
Показать файл Открыть проект

Открытые методы

Метод Описание
Calculate ( BaseCachedColumn>.IDictionary data, int length ) : void

Calculate this indicator.

MovingAverage ( int thePeriods, bool output ) : System

Construct this object.

Описание методов

Calculate() публичный закрытый Метод

Calculate this indicator.
public final Calculate ( BaseCachedColumn>.IDictionary data, int length ) : void
data BaseCachedColumn>.IDictionary The data to use.
length int The length to calculate over.
Результат void

MovingAverage() публичный Метод

Construct this object.
public MovingAverage ( int thePeriods, bool output ) : System
thePeriods int The number of periods in this indicator.
output bool True, if this indicator is predicted.
Результат System