C# Class Encog.App.Quant.Indicators.Predictive.BestClose

Inheritance: Encog.App.Quant.Indicators.Indicator
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
BestClose ( int thePeriods, bool output ) : System

Construct the object.

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

Calculate the indicator.

Method Details

BestClose() public méthode

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.
Résultat System

Calculate() public final méthode

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.
Résultat void