Documentation For Encog 2.x

YahooFinanceLoader.Load Method

Load the specified financial data.

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

Parameters

ticker
The ticker symbol to load.
dataNeeded
The financial data needed.
from
The beginning date to load data from.
to
The ending date to load data to.

Return Value

A collection of LoadedMarketData objects that represent the data loaded.

Implements

IMarketLoader.Load

See Also

YahooFinanceLoader Class | Encog.Neural.NeuralData.Market.Loader Namespace