Allow Custom Security Properties and MarketHours (#5100)
* Add interface to allow custom security entries for MHDB and SPD * Simplify adding custom Properties and MarketHours via AddData overload * Refactor * Remove AddData and GetDatabaseSymbolKey overloads * Add unit tests * Remove AddData overload, for real. * Nit changes * Set CustomDataBitcoinAlgorithm back to original * Add Python and C# Regression * nit typo * nit typo actual * Reset symbol property to default * Reflect last change to py regression * Revert "Remove AddData overload, for real." This reverts commit dc877495c079f17dda1695494ffe36886b1c117e. * Implement AddData solution fully * Function nit fix * Address review * nit - remove param comment * Address review
This commit is contained in:
@@ -95,6 +95,7 @@
|
||||
<Content Include="CustomDataAddDataOnSecuritiesChangedRegressionAlgorithm.py" />
|
||||
<Content Include="CustomDataAddDataCoarseSelectionRegressionAlgorithm.py" />
|
||||
<None Include="CustomBuyingPowerModelAlgorithm.py" />
|
||||
<Content Include="CustomDataPropertiesRegressionAlgorithm.py" />
|
||||
<Content Include="DynamicSecurityDataAlgorithm.py" />
|
||||
<Content Include="ConfidenceWeightedFrameworkAlgorithm.py" />
|
||||
<Content Include="ExtendedMarketTradingRegressionAlgorithm.py" />
|
||||
|
||||
Reference in New Issue
Block a user