Summary
Keywords
Full Transcript
In this video, we're going to code an options trading algorithm inside of the QuantConnect platform using Python. Feel free to code along. Create a Free QuantConnect Account: https://www.quantconnect.com/?ref=towm (This is a referral link.) There is a minor mistake at 10:25. The VIXRank indicator is not correctly normalized. Removing all the [:-1] from the self.rank calculation fixes this. This does not affect the performance over the backtested time-frame. Clone the Algorithm from this video here: https://www.quantconnect.com/forum/discussion/9482/simple-example-long-put-hedge/p1?ref=towm Mentioned Videos: How to evaluate your trading algorithms: https://youtu.be/VmD2fUt8KYY Coding a stock trading bot in Python: https://youtu.be/s8uyLscRl-Q Algorithmic Trading Playlist: https://www.youtube.com/playlist?list=PLtqRgJ_TIq8ZtMwEYCKLC9hGdy3pO1gel My Favorite Broker: https://tradeoptionswithme.com/reviews/option-trading-broker-reviews/tastyworks-review Follow us on: Facebook: https://www.facebook.com/Tradeoptionswithme/ Twitter: https://twitter.com/Louis_Options Pinterest: https://www.pinterest.com/louistradeoptionswithme/ Instagram: https://www.instagram.com/tradeoptionswithme/
