Coding an Options Trading Algorithm in Python - Code Along

preview_player
Показать описание
In this video, we're going to code an options trading algorithm inside of the QuantConnect platform using Python. Feel free to code along.

(This is a referral link.)

Mentioned Videos:

Follow us on:
Рекомендации по теме
Комментарии
Автор

Man you channel is a pure gold! Thank you so much!

leu
Автор

This video was excellent! You said to let you know if we would like to see a more advanced options trading video with multiple legs. That would be awesome!

accountantguy
Автор

This video was awesome. I would definitely be interested in another more in-depth options trading algorithm

mikealfandre
Автор

One strategy to explore could be an equity trend following strategy with an options overlay. The trend following protects against a protracted bear market (2008) while the options component protects against a short snap like COVID. Would be even better if it had another target like TLT to “rebalance” with like a 60/40 portfolio - potentially converting options windfalls into equity and treasury “rebalance” purchases.

markopollo
Автор

Thank you Lois! So helpful! Would love for you to do more options trading strategies.

willberger
Автор

Louis, thanks for another great lesson! Your videos are the best!

willberger
Автор

at 14:00 you mention that we return the BuyPut function because it takes a whole iteration for the algorithm to process the data. Does this mean that if for example today, the volatility crosses the predetermined threshold, we only buy the put contracts tomorrow?

justinong
Автор

I would love to see a multi leg option strategy..But perhaps also selling VOL option spreads in HIGH IV environments.

danube
Автор

Amazing tutorial. Thank you for creating and sharing. Looking forward for tutorial on multi-leg option strategy.

SamS-ynff
Автор

Wow amazing video, being waiting for this type of content forever. Is it possible to make video of selling options? Ty in advance

abhinasneupane
Автор

This is great stuff. Would you be able to create one for selling puts?

mikenv
Автор

Wow. Is there a way to let it place live order in my broker (interactive broker)? I want to try it first to execute my exit strategy, namely calculating price and placing limit order to take profit. I always want to use code to manage my exits.

jiaminzhu
Автор

GREAT VIDEO...I cloned the code but got an error message saying "unable to load python "module",

bipmix
Автор

Hi Louis! I tried cloning your algo on quant connect, but it does not work anymore. Are you planning on updating this algo? Thanks!

NdudePYTC
Автор

Thank you for great lesson. Still waiting and looking forward for tutorial on multi-leg option strategy. May I request for it again?

SamS-ynff
Автор

Good video, thanks. There seems to be many ways to trade options at QC. Yours seems most efficient. The examples I've seen there are nothing like this. Plus it took me about a day and a half to find the Liquidate method. All of their examples seem to only open option positions and never close them. I tried selling long options or buying short ones back but they remain open and get assigned.

Is there any way to find out when their options data starts for a given underlying?

EHoser
Автор

I like your videos a lot. But the code in this one does not compile for me. I get the following error: "No module named

tb
Автор

Does OptionChainProvider now support greeks?

JonT-cwco
Автор

You are doing great. Great Video. God bless you

amuzatadebayo
Автор

Hello! I wanted to ask why you got one option contract for every 90 shares of the underlying. I thought one option contract covers 100 shares

flochforster