C# Класс Encog.App.Quant.Loader.Yahoo.YahooDownload

A loader, that will pull basic EOD data from YahooFinance.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
LoadAllData ( String ticker, String output, CSVFormat outputFormat, System.DateTime from, System.DateTime to ) : void

Load financial data.

YahooDownload ( ) : System

Construct the object.

Приватные методы

Метод Описание
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.

Описание методов

LoadAllData() публичный Метод

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.
Результат void

YahooDownload() публичный Метод

Construct the object.
public YahooDownload ( ) : System
Результат System