C# Класс Encog.App.Quant.Indicators.Predictive.BestClose

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

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

Метод Описание
BestClose ( int thePeriods, bool output ) : System

Construct the object.

Calculate ( BaseCachedColumn>.IDictionary data, int length ) : void

Calculate the indicator.

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

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

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

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

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