Fix 0DTE index options selection (#8418)
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Report Generator Tests / build (push) Has been cancelled
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
API Tests / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
* Revert parts of GH PR 8395 to fix 0DTE index options * Add regression algorithms * Cleanup * Cleanup
This commit is contained in:
@@ -27,6 +27,6 @@ class OptionPriceModelForSupportedEuropeanOptionRegressionAlgorithm(OptionPriceM
|
||||
# BlackScholes model supports European style options
|
||||
option.price_model = OptionPriceModels.black_scholes()
|
||||
|
||||
self.set_warmup(8, Resolution.DAILY)
|
||||
self.set_warmup(7, Resolution.DAILY)
|
||||
|
||||
self.init(option, option_style_is_supported=True)
|
||||
|
||||
Reference in New Issue
Block a user