-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Open
Description
Expected Behavior
Option price models are implemented in LEAN.
With this implementation, it is easier to debug and fix some problems.
Actual Behavior
LEAN relies on QLNet.
Potential Solution
Implement the pricing models and remove QLNet.
QLNel is convenient because it provides several models out of the box. However, most users use one or two models, so it's not particularly hard to implement the most popular options pricing models, and we can optimize the implementation for LEAN's consumption.
EDIT: We have implemented Option Pricing Model: see Greek Indicators.
We need to be able to use them seamlessly.
Reproducing the Problem
N/A
Checklist
- I have completely filled out this template
- I have confirmed that this issue exists on the current
masterbranch - I have confirmed that this is not a duplicate issue by searching issues
- I have provided detailed steps to reproduce the issue
ArthurAsenheimer