Forked from AnthonyFJGarner/Options_Vix_Range_Trading.ipynb
Last active
March 20, 2023 00:16
-
-
Save devinearr/39e34b687f40297c374d50c1f1f6f2cd to your computer and use it in GitHub Desktop.
Revisions
-
devinearr revised this gist
Mar 20, 2023 . No changes.There are no files selected for viewing
-
AnthonyFJGarner revised this gist
Dec 13, 2018 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1780,6 +1780,8 @@ " call_allocation = 0.06\n", " bond_allocation = 0.94\n", " else:\n", " put_allocation = 0.00\n", " call_allocation = 0.00\n", " bond_allocation = 1\n", "\n", " put_position = round((equity_curve * put_allocation) / row.put_price,\n", -
AnthonyFJGarner created this gist
Dec 13, 2018 .There are no files selected for viewing