Skip to content

Commit

Permalink
Update markets-picker.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rleons authored May 11, 2021
1 parent 02ea608 commit 4d85147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markets-picker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ echo $(date +"%Y/%m/%d %H:%M:%S") "[INFO] 24h Percent Change Between: [ -15.00%

plusLimit=$(echo "15" | bc)
minusLimit=$(echo "-15" | bc)
minChangeNeg=$(echo "-$minChange*100" | bc)
minChange=$(echo "$minChange*100" | bc)
minChangeNeg=$(echo "-$minChange" | bc)
percChange=$(echo "$minChange" | bc)

for market in $markets; do
Expand Down

0 comments on commit 4d85147

Please sign in to comment.