Progress Report 21
A few reports back I was criticizing Option Alpha for the initial introductory call I had to them. But I have to take that back since, although the initial call was indeed a disaster, the content that they have put up in their website is quite good. Today, I have been reading the ‘Master Guide to the Covered Call’ strategy, and it’s a perfect introduction to the ‘writing-options-as-a-business’ (from now own WOAH!) model that I have been trying to learn.
I will be trying to use this guide as a basis for the Python code I have already started working on. It will be the groundwork that will allow me to build all the functions for the covered call, and all related programs that I might find valuable. Think of calculators, backtesting, forecasted P&L, calculating the greeks of the options and etc., as I had earlier stated in one of my entries. Once the covered call is neatly written up in code, I can start with other strategies that will just reuse the code of the initial covered call code.
To conclude this blog, I want to give a status update on the goals I had set up a few days ago. Weirdly enough, I kind of forgot about them. I was sloppy enough to not add them to my to-do list so they were lost in one of my past entries. BUT I dug them up today and I am actually surprised that I had been subconsciously working towards this goals, and can now close two of them.
Learn how to apply option strategies to benefit from price action: upwards, downwards and sideways. Although I am not well acquainted with all strategies yet, this turned out not to be incredibly difficult:
- Upwards movements: buy a call or a bull spread.
- Downwards movements: buy a put or a bear spread.
- Sideways: Look for smaller time horizons to benefit from a short-lived bull/bear trend and use one of the strategies mentioned before.
There are more ways in which to benefit from the momentum of the markets, but these are the ones that I stumbled upon and that I applied in my paper trading. Therefore, I am closing this commitment as I consider it ‘done’.
I need to understand how options provide leverage. In particular, I need to understand better the delta and gammas of options/options strategies because these represent the link of the price movement of an option in regards to the price movement of the underlying.
This is just delta of the option. Delta tells you how much the price of your option changes in regards to the price of the underlying. So simple, but I did not see it before. For an option contract of 100 deltas at 0.1, you get 1:1 leverage. 100 deltas at 0.2 gives you 2:1 leverage. I am also considering this commitment as done and therefore closing it.
Learn to read momentum and trends from price movement. Currently, I’m dipping my toes in the water of technical analysis (charting), but there might also be some interesting programming ideas to assess trends/momentum.
This has not yet been closed; it is a big endeavor. However, I have started looking into visual analysis and understanding the basics of it.
So there. Some of the commitments done, which allows me to come up with new goals. It is probably going to be something related to actual trade execution rather than learning. But also something to do with code, to get that ball rolling.