Merge PythonSlice into Slice (#8707)
- To simplify stub generation, merge PythonSlice into Slice, following existing pattern too, see QCAlgorithm.Python.cs - Minor sintax fixes in example python algorithms
This commit is contained in:
@@ -32,8 +32,8 @@ class ConsolidateRegressionAlgorithm(QCAlgorithm):
|
||||
self.start_date,
|
||||
self.end_date,
|
||||
self._future.exchange.time_zone,
|
||||
False)));
|
||||
self._expected_consolidation_counts = [];
|
||||
False)))
|
||||
self._expected_consolidation_counts = []
|
||||
|
||||
self.consolidate(symbol, Calendar.MONTHLY, lambda bar: self.update_monthly_consolidator(bar, -1)) # shouldn't consolidate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user