메소드 | 설명 | |
---|---|---|
Load ( TickerSymbol ticker, IList |
Load the specified financial data.
|
메소드 | 설명 | |
---|---|---|
buildURL ( TickerSymbol ticker, System.DateTime from, System.DateTime to ) : |
This method builds a URL to load data from Yahoo Finance for a neural network to train with.
|
public Load ( TickerSymbol ticker, IList |
||
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. |
리턴 | ICollection |