Index option chain backwards compatibility (#8395)
Build & Test Lean / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
* Fix option universe Set right time using exchange time zone when reading. Remove OptionUniverse market hours hack in GetEntry extension method. * Minor change
This commit is contained in:
@@ -27,6 +27,6 @@ class OptionPriceModelForUnsupportedEuropeanOptionRegressionAlgorithm(OptionPric
|
||||
# BaroneAdesiWhaley model does not support European style options
|
||||
option.price_model = OptionPriceModels.barone_adesi_whaley()
|
||||
|
||||
self.set_warmup(7, Resolution.DAILY)
|
||||
self.set_warmup(8, Resolution.DAILY)
|
||||
|
||||
self.init(option, option_style_is_supported=False)
|
||||
|
||||
Reference in New Issue
Block a user