Documentation For Encog 2.x

IMarketLoader.Load Method

Load the specified ticker symbol for the specified date.

ICollection<LoadedMarketData> Load(
   TickerSymbol ticker,
   IList<MarketDataTypedataNeeded,
   DateTime from,
   DateTime to
);

Parameters

ticker
The ticker symbol to load.
dataNeeded
Which data is actually needed.
from
Beginning date for load.
to
Ending date for load.

Return Value

A collection of LoadedMarketData objects that was loaded.

See Also

IMarketLoader Interface | Encog.Neural.NeuralData.Market.Loader Namespace