create generic version of the long call trading script.

This commit is contained in:
2025-01-10 10:33:18 -06:00
parent aabc2d235e
commit 1f2ccc783e
2 changed files with 117 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ if [[ ${marketOpen} == false ]]; then
throw "The market is closed, exiting." info 2
fi
daysOutMin=87
daysOutMin=85
daysOutMax=91
deltaMin=0.35
deltaMax=0.40