C# Class Encog.App.Quant.Loader.Yahoo.YahooDownload

A loader, that will pull basic EOD data from YahooFinance.
Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode Description
LoadAllData ( String ticker, String output, CSVFormat outputFormat, System.DateTime from, System.DateTime to ) : void

Load financial data.

YahooDownload ( ) : System

Construct the object.

Private Methods

Méthode Description
BuildURL ( String 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

LoadAllData() public méthode

Load financial data.
public LoadAllData ( String ticker, String output, CSVFormat outputFormat, System.DateTime from, System.DateTime to ) : void
ticker String The ticker symbol.
output String The output file.
outputFormat Encog.Util.CSV.CSVFormat The output format.
from System.DateTime Starting date.
to System.DateTime Ending date.
Résultat void

YahooDownload() public méthode

Construct the object.
public YahooDownload ( ) : System
Résultat System