Fixing more of the log conversions to exit with errorleve even when logging as warning. Also, hardcode the Price of the 1DTE trade

This commit is contained in:
2024-08-28 15:14:16 -05:00
parent d1e6337b08
commit d9c479af18
4 changed files with 5 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ if [[ "${symbol}" != "${symbolCheck}" ]]; then
throw "${errMsg}" ${ErrorLogLevel} 2
else
log "${errMsg}" ${ErrorLogLevel}
exit 2
fi
else
optionChainFileName=$(date "+%Y-%m-%d %H_%M_%S")_optionChain.${symbol}.json