Validate option universe selection data
- Remove unused `OptionChainUniverseDataCollectionAggregatorEnumerator` - Refactor `BaseDataCollectionAggregatorEnumerator` and `OptionChainUniverseDataCollectionEnumerator` to avoid emitting invalid data points - Updating regression tests statistics - Adding unit test
This commit is contained in:
@@ -33,7 +33,7 @@ class OptionExerciseAssignRegressionAlgorithm(QCAlgorithm):
|
||||
|
||||
self.SetCash(100000)
|
||||
self.SetStartDate(2015,12,24)
|
||||
self.SetEndDate(2015,12,24)
|
||||
self.SetEndDate(2015,12,28)
|
||||
|
||||
option = self.AddOption("GOOG")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user