diff --git a/allSymbols.json b/allSymbols.json index edbea9d..5eb6867 100644 --- a/allSymbols.json +++ b/allSymbols.json @@ -74,12 +74,18 @@ { "Symbol": "META" }, + { + "Symbol": "MSTR" + }, { "Symbol": "NFLX" }, { "Symbol": "NVDA" }, + { + "Symbol": "PG" + }, { "Symbol": "PM" }, @@ -95,6 +101,9 @@ { "Symbol": "RCL" }, + { + "Symbol": "REMX" + }, { "Symbol": "SLV" }, diff --git a/autoTradeGenericLongCall.sh b/autoTradeGenericLongCall.sh index 19303af..0f52f29 100755 --- a/autoTradeGenericLongCall.sh +++ b/autoTradeGenericLongCall.sh @@ -89,7 +89,7 @@ if [[ "${checkPositionExists}" = true ]]; then fi # Get the Middle price... -price=$(echo "scale=2; ((${longBid}+${longAsk})/2) + ${priceOffset}" | bc) +price=$(bc <<< "scale=2; ((${longBid}+${longAsk})/2) + ${priceOffset}") orderJson=$(jq -c <<-EOM {