aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/notebooks/Curve Trades.ipynb3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/notebooks/Curve Trades.ipynb b/python/notebooks/Curve Trades.ipynb
index 7b0ec3bb..5d1a1bec 100644
--- a/python/notebooks/Curve Trades.ipynb
+++ b/python/notebooks/Curve Trades.ipynb
@@ -64,6 +64,7 @@
"metadata": {},
"outputs": [],
"source": [
+ "#on the run theta\n",
"ct.on_the_run_theta(index, on_the_run)"
]
},
@@ -92,6 +93,7 @@
"metadata": {},
"outputs": [],
"source": [
+ "#Theta with 3-5-10 Strategy\n",
"theta_ratio_within_series = ct.theta_ratio_within_series()\n",
"ct.curve_3_5_10(theta_ratio_within_series)"
]
@@ -102,6 +104,7 @@
"metadata": {},
"outputs": [],
"source": [
+ "#Theta with 5-10 Strategy\n",
"ct.curve_5_10(theta_ratio_within_series)"
]
},