Interactive Chinese options-learning site covering core option mechanics and pricing concepts.
Live site: https://antaresgg.github.io/LearnOptions/
This repository is a static HTML site. It does not require a build step or package installation.
index.html- course landing page and lesson index01-call-put.html- call/put recognition and payoff basics02-intrinsic-time.html- intrinsic value and time value03-moneyness.html- ITM / ATM / OTM moneyness04-greeks.html- option Greeks and Black-Scholes sensitivity05-volatility.html- implied volatility and historical volatility06-payoff.html- payoff diagrams and multi-leg combinationsiv-hv-vega-theta.html- Module 05 companion: IV/HV, Vega, and Theta indicator with scenario quiz07-parity.html- put-call parity08-strategies.html- basic option strategiesstrategy-system.html- McMillan strategy system: four-category framework, market×IV selection matrix, and a 20+ strategy gallery with live payoffsstrategy-builder.html- standalone single-screen strategy builder: matrix selection + gallery presets with inline editable / add-remove legs and live Black-Scholes payoffdelta.html- Delta standalone interactive lessongamma.html- Gamma standalone interactive lessontheta.html- Theta standalone interactive lessonvega.html- Vega standalone interactive lessonrho.html- Rho standalone interactive lesson
Open index.html directly in a browser, or start a local server:
pwsh -NoProfile -ExecutionPolicy Bypass -File ".\run.ps1" -Port 8000Then visit:
http://localhost:8000/
- Pages are self-contained with inline styles and scripts.
- The only external runtime dependency is Google Fonts.
- The material is for education and demonstration only, not investment advice.