C# Class Encog.ML.Data.Market.Loader.YahooFinanceLoader

This class loads financial data from Yahoo.
Inheritance: IMarketLoader
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
Load ( TickerSymbol ticker, IList dataNeeded, System.DateTime from, System.DateTime to ) : ICollection

Load the specified financial data.

Private Methods

Méthode Description
BuildURL ( TickerSymbol ticker, System.DateTime from, System.DateTime to ) : Uri

This method builds a URL to load data from Yahoo Finance for a neural network to train with.

Method Details

Load() public méthode

Load the specified financial data.
public Load ( TickerSymbol ticker, IList dataNeeded, System.DateTime from, System.DateTime to ) : ICollection
ticker TickerSymbol The ticker symbol to load.
dataNeeded IList The financial data needed.
from System.DateTime The beginning date to load data from.
to System.DateTime The ending date to load data to.
Résultat ICollection