I’ve been working on some python code and the mplfinance, matplotlib, yfinance python libraries to generate the images below. Many of them I have covered called or cash covered puts in which I roll monthly. There are a couple types of graphs. The first type are candlestick charts that have the RSI, MACD, and 50/200 … Read More “Using Python and mplfinance to Generate Graphs for Options Trading” »
Tag: options
Learn about Covered Calls with Ford Motors
I wrote a Python program the track my options trades (with a little help from ChatGPT). How does it work? I manually store all the options data in a json file and load into the program that queries a free yahoo finance API for the stock prices. Above are the remaining trades I have left. … Read More “Jerry’s December 2024- January 2025 Options Trades” »
RSUs vs Stock Options – Which are Better? What are RSUs? Restricted Stock Units (RSUs) are a form of equity compensation granted by companies to their employees. RSUs represent a promise by the employer to grant the employee a certain number of shares of company stock, typically subject to vesting requirements. Unlike stock options, RSUs … Read More “RSUs vs Stock Options” »