Commit Graph

9 Commits

Author SHA1 Message Date
Gerardo Salazar f610b3a4fb Updates Smart Insider transactions and intentions to use different time index
* We now use the time at which Smart Insider added a given event to
   their database. Because time indexes for Smart Insider are now
   non-duplicated per symbol, the History request will properly work.
2020-05-20 14:55:28 -07:00
Gerardo Salazar 58cf6d57ec Fixes parsing of new date format in Smart Insider transactions data
* Makes converter throw hard error if it fails to parse from raw data
* Adds new unit tests
* Fixes typos where we called data `CSV` instead of `TSV`
2020-01-27 18:20:16 -08:00
Gerardo Salazar 5e43ef4967 Address review - update log message 2019-09-26 09:27:37 -07:00
Gerardo Salazar 4fc81956d1 Address review and changes documentation 2019-09-26 08:34:23 -07:00
Gerardo Salazar 288aaf8ac8 Address review - Update outdated documentation 2019-09-25 16:45:43 -07:00
Gerardo Salazar 1e10cf7f7e Fixes issue in SmartInsider where we could not choose where the final processed directory is. 2019-09-25 15:06:25 -07:00
Michael Handschuh d21d620457 Update ToolBox to respect CA1304 and CA1305
Updates all occurrences of parsing/ToString-ing to go through the new
StringExtensions methods that use CultureInfo.InvariantCulture

See #3045
2019-09-12 15:30:45 -04:00
Gerardo Salazar 2efa168b44 Address Michael's review
Fix issue where CurrencyValue fields would be too large for int32

Rename Smart Insider base class methods

Change source extension to TSV
2019-08-07 16:29:16 -07:00
Gerardo Salazar 436a72f435 Implements SmartInsider custom data source
Implements Smart Insider data converter ToolBox application

Includes example algorithms demonstrating use of data
2019-08-05 13:42:08 -07:00