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:
@@ -35,6 +35,7 @@ if [[ "${symbol}" != "${symbolCheck}" ]]; then
|
||||
throw "${errMsg}" ${ErrorLogLevel} 2
|
||||
else
|
||||
log "${errMsg}" ${ErrorLogLevel}
|
||||
exit 2
|
||||
fi
|
||||
else
|
||||
jq < temp/optionChain.${symbol}.tmp.$$.json
|
||||
|
||||
Reference in New Issue
Block a user