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

Inheritance: Encog.App.Quant.Indicators.Indicator
Show file Open project: encog/encog-silverlight-core

Public Methods

Method Description
BestClose ( int thePeriods, bool output ) : System

Construct the object.

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

Calculate the indicator.

Method Details

BestClose() public method

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.
return System

Calculate() public final method

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.
return void