-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select Option Contracts Based on Greeks #1518
Comments
Select option contracts by Open Interest, Volume. |
I'd also like to see support for this. Any update? |
+1 to this. |
+1 on this |
+1 on this too |
+1 on this also. How's the progress? |
+1! |
Any update on this? Running option strategies on many securities is quite slow as I want to trade a specific delta, or a specific premium, which OptionChainProvider doesn't easily allow for. For instance, the strikes can expand greatly in high vol/high vix eras, for instance today the $0.50 SPX put expiring in two days was the 3,500 strike with SPX trading around 4155. The market was selling these deep puts for that much premium and there would be no way I'd guess I'd have to go that deep for a $0.50 put were I to use OptionChainProvider to optimize and speed things up. |
Looking forward to seeing this :) |
Plan is:
It's a heavy project and will require gutting thousands of lines of code but will dramatically standardize the internals of LEAN universes which is very exciting. |
Side effects of the plan:
|
With daily refresh will it be possible to say "at 11AM, buy the option contract that currently has delta = 0.2"? I think it's a common scenario to find an option by delta at current moment. Delta can change dramatically intraday, especially if the option is approaching expiration, so the delta value from the beginning of the day might not be very useful in such cases |
Equity and index options can be selected based on greeks, creating new issue to track this functionality for FOPs #8438 |
Option universe selection selects on price, strikes etc now but Valery requests Option Contracts selected on Greeks / Implied Volatility. Currently these are calculated in inline -- so we don't have them available at universe selection time.
The text was updated successfully, but these errors were encountered: