Method | Description | |
---|---|---|
LoadAllData ( String ticker, String output, |
Load financial data.
|
|
YahooDownload ( ) : System |
Construct the object.
|
Method | Description | |
---|---|---|
BuildURL ( String 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 LoadAllData ( String ticker, String output, |
||
ticker | String | The ticker symbol. |
output | String | The output file. |
outputFormat | The output format. | |
from | System.DateTime | Starting date. |
to | System.DateTime | Ending date. |
return | void |