C# 클래스 Encog.App.Quant.Loader.Yahoo.YahooDownload

A loader, that will pull basic EOD data from YahooFinance.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
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