QuantConnect / Lean

Lean Algorithmic Trading Engine by QuantConnect (Python, C#)
https://lean.io
Apache License 2.0
9.55k stars 3.23k forks source link

Set Default Option Greeks Models on Securities to be Calculated by QC Indicators #8336

Open AlexCatarino opened 1 week ago

AlexCatarino commented 1 week ago

Expected Behavior

We can use IOptionPriceModels that implement QC Indicators under the hood so that OptionContract in Slice.OptionChains have greeks from indicators.

Actual Behavior

Users need to define indicators in their code.

Potential Solution

Create IOptionPriceModel's with Option Indicators matching the configuration of pre-calculated greeks.

Checklist