You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Avraham Sakal 74f1358386 tweaks 2 years ago
dist adjust css; develop atom pattern 2 years ago
src tweaks 2 years ago
.gitignore initial commit: esbuild, inferno 2 years ago
.yarnrc.yml initial commit: esbuild, inferno 2 years ago
README.md tweaks 2 years ago
build.mjs Remove old postcss/tailwind files 2 years ago
package.json remove unused dependencies 2 years ago
tsconfig.json Add Historial CalendarPrices Chart 2 years ago
yarn.lock remove unused dependencies 2 years ago

README.md

Choose Underlying Choose Quote Date (i.e. from which point in time are you running the analysis) Choose Strike For each front-month-back-month combination: Lookup the cost to open the position At the front month's expiration, the back-month will have a certain DTE. Determine what IV the back-month will need in order to offset this cost, for all possible underlying prices. Determine the 30-day lo-hi range for IV, normalized for distance-from-the-money and time-to-expiry. In other words, a naive 30-day-lo-hi isn't informative, because maybe it was low due to long time-to-expiry, or high due to distance-from-the-money Normalize the IV that was determined to yield a profit, and see if it's higher than the bottom of the lo-hi range. If it is, it's safe; the only way to lose is for it to end-off having a lower IV than the 30-day record.