Documentation For Encog 2.x

MarketDataType Enumeration

The types of market data that can be used.

public enum MarketDataType

Members

Member Name Description
OPEN The market open for the day.
CLOSE The market close for the day.
VOLUME The volume for the day.
ADJUSTED_CLOSE The adjusted close. Adjusted for splits and dividends.
HIGH The high for the day.
LOW The low for the day.

Requirements

Namespace: Encog.Neural.NeuralData.Market

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

Encog.Neural.NeuralData.Market Namespace