PythonSlice
- AlgorithmPythonWrapper will directly call base OnFrameworkData() implementation skipping going through python and it's overhead - Small performance improvement for adding Tick data points into a Ticks collection - For python always wrap slice with PythonSlice, so that slice.Get() works even when no custom data is present, adding test.
This commit is contained in:
@@ -102,6 +102,7 @@
|
||||
<Content Include="RegisterIndicatorRegressionAlgorithm.py" />
|
||||
<Content Include="SectorWeightingFrameworkAlgorithm.py" />
|
||||
<Content Include="SetHoldingsMultipleTargetsRegressionAlgorithm.py" />
|
||||
<Content Include="SliceGetByTypeRegressionAlgorithm.py" />
|
||||
<Content Include="StringToSymbolImplicitConversionRegressionAlgorithm.py" />
|
||||
<Content Include="TradingEconomicsCalendarIndicatorAlgorithm.py" />
|
||||
<Content Include="OnEndOfDayRegressionAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user