Do you have any feedback?
All feedback is greatly appreciated so I can keep improving this tool.
- 4th January 2024
- Added the ability to input the Net Debit value directly, instead of depending on calculations derived from the cost. You can enter either the LEAP cost to calculate the Net Debit or input the Net Debit to calculate the LEAP cost.
- 28th September 2023
- Added the feature to autofill the short call strike by adding the cost of the long call to the long call strike, ensuring that the trade begins at a breakeven point with no immediate profit or loss.
- 4th September 2023
- Increased decimal limit of currency input from
2
to3
.
- Increased decimal limit of currency input from
- 21st August 2023
- Added Previous Article and Next Article buttons and logic to blog posts.
- 12th August 2023
- Fixed a bug where if no short call premium was entered, but you had profit from the trade, gross income would show as
0
. It now shows the correct calculation ofprofit or loss from the trade + 0
, even if there is no short call premium value. - Added a dynamic sitemap. Thanks Vercel.
- Added
0
's to calculations and values by default. Instead of seeing$
and$ + $
you now see$0
and$0 + $0
.
- Fixed a bug where if no short call premium was entered, but you had profit from the trade, gross income would show as
- 9th August 2023
- Fixed a bug when the same strike was entered, you would gain 0 profit/loss from the trade and following logic would not work because if
x
is0
,x && y
will returnfalse
. (0 is falsy). Although I do not know why you would do a PMCC with the same strike. - Updated Changelog so it's fancier with
<code>blocks</code>
and nested lists. - Added the Changelog link in the nav since I forgot to actually add it.
- Change the wording "Purchase stock at long call strike" to "Buy stock at long call strike" because these are the important things in life. And it's shorter.
- Added green overlays on hover to some calculations.
- First blog post.
- Fixed a bug when the same strike was entered, you would gain 0 profit/loss from the trade and following logic would not work because if
- 8th August 2023 - Added hover states, buymeacoffee link (The coffee emoji top right. Click it 🙏)
- 7th August 2023 - Launched