Minimalist web app showing live mark-to-market P&L in CAD.
Live demo: https://lenibi.github.io/pl-tracker/
- Fetches a live price + USD/CAD rate via Yahoo Finance (through a public CORS proxy)
- Computes a Black-Scholes mark with adjustable IV
- Displays one big number, color-coded green/red
- Push to
main - Settings → Pages → Source:
Deploy from a branch, Branch:main, Folder:/ (root) - Wait ~30 sec
- Live at
https://<username>.github.io/<repo-name>/
Pure static HTML + vanilla JS. No build step.
Edit the constants at the top of the <script> block in index.html:
QTY, AVG_FILL, STRIKE, EXPIRY_ISO, TICKER.