Archive for the 'Software Issues' Category

New Version – New Features

I have just finished another big update of the Straddle Calculator!

Several improvements are on the way:

  • Some bugs within the calculation module have been fixed
  • Graphical Module has been improved
  • User interface and functionality have been improved (e.g. now you do not have to hit a “calculation button”, calculation is done dynamically as you type new values into the fields)
  • Probabilities module has been added

Now this probabilities module is something I’m pretty proud of. Its core is the simple fact that deltas calculated within the black-scholes module allow you to roughly approximate the probability that certain levels of the underlying’s market-price will be reached.

For example: If the actual market value (AMV) of a stock is 15 and you get a delta of 0.25 (for a call’s strike of 19) then the probability of that stock finishing above 19 is 25%. Deltas are a pretty good approximation-basis for these probabilities. Sure, you cannot rely 100% on these probabilities. But since the Brownian motion of stocks is still a pretty solid theory, deltas may at least help you in understanding statistical chances of your position. Now I have implemented deltas as probability-indicators within the calculator in two features.

First. If you click on Analysis->Probability of Profit you will get a message box telling you how likely it is whether you finish with a profit in your pocket or not.

Second, you can click and drag an area on the graph which will represent the limits of the underlying. These limits will tell you how likely it is that the underlying will stay within those limits at the expiration date of your options.

These new features give you the chance to even better analyze and understand straddle positions. I have already some additional improvements in mind so stay tuned! Btw, I receive a pretty limited feedback, it’d be nice if those who download these software told me their opinion. Thanks!

Problem with Break-Even Points fixed!

I have just fixed another problem with break-even points that appeared when the graph was somewhat “inclined” and crossed the profit/loss-barrier. You can see an example of such a graph below.

As I am continuously improving this software, updates may be coming almost on a daily/weekly basis. Therefore I suggest that you click often on the news button to know when the next improved version is available.

Expiration bug fixed!

I have just fixed a bug with the “expiration”. When you changed the expiration, the Black-Scholes model did not update correctly the fair option prices. Now it does. Sorry for inconveniences :)