Last active
March 20, 2023 00:12
-
-
Save AnthonyFJGarner/18485f4413c521300a7f76b5e8a02b90 to your computer and use it in GitHub Desktop.
Revisions
-
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