Commit Graph

21 Commits

Author SHA1 Message Date
Martin Molinero 59660a864c Updating toolbox readme 2018-07-03 18:58:54 -03:00
Martin Molinero c31fa715d7 Renaming old Program.cs of each tool 2018-06-29 21:08:13 -03:00
Martin Molinero 0db14515fe Make toolbox a single application wrapping all the tools 2018-06-28 16:15:51 -03:00
jameschch@outlook.com a7b3490699 Fixes yahoo downloader split/dividend data and factor files 2017-06-13 21:18:22 +01:00
AnshulYADAV, Computer Artist (CoArsey) 66de67c5a4 Implements YahooDataDownloader and its unit tests (#965)
* Implements YahooDataDownloader and its unit tests

* Replaces Datetime.Parse() with new Datetime() in YahooDataDownloaderTests

* Updates GetMethod_WithReveseDate_ShouldThrowException to have reverse dates and Daily resolution.

* Adds braces where they were avoided

* Uses var keyword in files Historical.cs and Token.cs
2017-06-12 09:53:46 -04:00
Stefano Raggi d8b424c233 Remove YahooDownloader toolbox project and FactorFileGenerator tests 2017-05-18 16:51:03 +02:00
Andrew Hart 75cb33f793 FactorFileGenerator now operates on BaseData 2016-10-22 09:22:58 -04:00
Andrew Hart 3fe0499d1f Added ability to create factor files from Yahoo Api Data 2016-10-22 09:22:58 -04:00
Michael Handschuh 811656948e Remove duplication from LeanDataWriter.ctor 2016-02-11 20:09:15 -05:00
snugs 7e37804c7e Use Symbol.Create instead of SID.Generate* methods 2015-12-07 12:31:46 -05:00
Stefano Raggi e1bbb14d21 Merge branch 'master' into symbol-mappers 2015-12-02 22:55:46 +01:00
Stefano Raggi 7da1234214 Added SymbolMapper to FXCM and Oanda downloaders 2015-12-02 22:50:52 +01:00
snugs be950e756a Log full errors/stack traces
Many places in the code used Log.Error(err.Message) or equivalent which
strips out all the really useful information, such as the stack trace
and inner exceptions. Using Log.Error(exception) is the correct way to
log an error as it will correctly write all the message details, also,
by passing the full Exception object we can improve the logging in this
one place and all call sites will automatically benefit from the improvements
2015-12-02 12:35:33 -05:00
Stefano Raggi 9d5dae6e5e Downloader updates
- All: Changed Symbol.ToString() to Symbol.Value
- YahooDownloader: fixed wrong month in url query
- YahooDownloader: added StartDate/EndDate as command line args
- YahooDownloader: added command line option to download multiple symbols
- GoogleDownloader: added StartDate/EndDate as command line args
- GoogleDownloader: added command line option to download multiple symbols
2015-11-25 02:37:47 +01:00
snugs 0152871ac9 YahooDataDownloader.Get now throws on non-daily resolution 2015-11-23 20:38:59 -05:00
snugs 5161dc9dd0 Use Market string constants instead of literals 2015-11-23 13:55:58 -05:00
snugs 9e660ffcbe Remove usages of Symbol implicits from non-algorithm projects 2015-11-18 18:15:31 -05:00
snugs 7b6c82841f Initial implementation of SecurityIdentifier 2015-11-12 13:55:42 -05:00
QuantConnect a60426dd2b Mid refactor of the toolbox projects 2015-10-15 16:21:26 -04:00
QuantConnect 75bb1f19ba Mid refactor of the toolbox projects 2015-10-15 16:21:24 -04:00
QuantConnect 2064776f37 Moved QuantConnect.ToolBox into ToolBox directory 2015-10-08 18:02:13 -04:00