TI-83 Plus Black Scholes

Plug n play / 2009-06-16

A sloppy implementation of Black Scholes on the TI-83 Plus. Some of the code is pseudo'd out so I could type it properly (sqrt() is not the proper way to root on the calculator). Additionally, the first argument of normalcdf() is just a number small enough to use the function as a Z-score calculator. It seems to work swell.

Variables:

Code:

  1. Disp "STOCK"
  2. Input S
  3. Disp "STRIKE"
  4. Input K
  5. Disp "VOL"
  6. Input V
  7. Disp "RATE"
  8. Input R
  9. Disp "DAYS"
  10. Input T
  11. T/365 -> T
  12. ln(S/K)+(R+.5*V^2)*T -> D
  13. D/(sqrt(T)*V)-> D
  14. ln(S/K)+(R-.5*V^2)*T -> E
  15. E/(V*sqrt(T)) -> E
  16. normalcdf(-1*10^10,D) -> H
  17. normalcdf(-1*10^10,E) -> I
  18. S*H-Ke^(-R*T)*I -> C
  19. normalcdf(-1*10^10,-D) -> J
  20. normalcdf(-1*10^10,-E) -> L
  21. -S*J+Ke^(-R*T)*L -> P
  22. Disp "CALL",C
  23. Disp "PUT",P
  24. Pause
  25. Disp "N(D1) DELTA",H
  26. Disp "N(D2)",I

TI-83 Plus Black Scholes (915)

Plug n play / 2009-06-16

A sloppy implementation of Black Scholes on the TI-83 Plus. Read.

Getting C# and mySQL to play together (1188)

with C# / mySQL connector / 2008-01-28

For that project where using MS SQL isn't going to cut it. Read.

Anatomy of a Major League Baseball tryout (2163)

"Ohhh. Let me see that." / 2007-03-12

For the most part, we took it seriously. Read.

Ubuntu 6.06 LTS (Dapper Drake) on Acer Travelmate C110 (13688)

It's thin, it's light. It's a tablet. / 2006-10-18

There's nothing cooler than a really small machine running linux. This is a collection of notes from the install, setup, and tweaking of the system running Ubuntu 6.06 LTS (Dapper Drake). It's probably a little over verbose. Read.

Laptop Advice (1760)

Thinkpads vs Dell vs HPQ vs The World / 2006-05-25

Hey Mike Sklut, you're a computer nerd, what kind of laptop should I get? Read.

Caesar Salad (1736)

How it's done / 2006-01-22

The Grossi Caesar salad. Read.

Manually mapping a Windows key on a Thinkpad (2874)

Editing with the Windows registry / 2005-08-12

Thinkpad - for players. But what about a Windows key? Read.

Searching for the perfect spyware remover (3186)

A look at four highly regarded anti-spyware tools and their effectiveness. / 2004-07-28

For when you already have spyware and want it removed ASAP. A good starting point. Read.

Using SCP (3411)

Command line and GUI clients / 2004-03-14

FTP may no longer be suitable for your file transferring needs. Here's the basics to SCP and where you can find some nifty GUI clients. Read.

Review: Jens of Sweden MP-110 (2580)

Just a review / 2004-03-13

A short review of the Jens of Sweden MP110 mp3 player. Read.

Pour vous, Yaniv: rss_feed

On some mobile device? Try this.

vafrous.com: blog / articles / projects

©2008 vafrous.com, Mike Sklut / v0.4a / validate

\Va"frous\, a. [L. vafer.] Crafty; cunning; sly; as, vafrous tricks.