Commit Graph

5 Commits

Author SHA1 Message Date
Martin Molinero ab3db6310b Add missing crypto data
- Add missing crypto
- Updating crypto regression tests
- Updating `DailyResolutionSplitRegressionAlgorithm` previous statistics
were calculated using the wrong factor file.
2018-12-24 17:32:39 -03:00
Martin Molinero c9aba0c2db Fix warmup currency data feeds
- `AlgorithmManager` will call `EnsureCurrencyDataFeeds()` before the
history requests are created so the conversion rate securities are also
updated during warmup.
- `EnsureCurrencyDataFeeds()` will add new `SubscriptionDataConfigs` to
the `_addedCurrencySubscriptionDataConfigs` hash set. This hash set will
be used during `UniverseSelection()` to add the subscriptions.
- Wont trigger a `UniverseSelection()` before warmup. This was causing
the data to be fetched twice and for consolidators to be updated with
old data.
- Adding a new regression test and adding new checks to existing
regression tests.
2018-12-14 16:05:14 -03:00
Martin Molinero 1c35ab6241 Fix WarmupConversionRatesRegressionAlgorithm 2018-08-07 14:21:39 -03:00
AlexCatarino e23371d271 Adds a trade to WarmupConversionRatesRegressionAlgorithm
Adds a trade to `WarmupConversionRatesRegressionAlgorithm` and updates the `ExpectedStatistics`.
Before the changes proposed in this pull request, CAGR jumps from 1441.897% to 3067.390%.
2018-08-01 22:39:39 +01:00
Stefano Raggi fde0239930 Fix failing internal feed regression algorithms 2018-07-23 14:25:28 +02:00