small fixes

This commit is contained in:
2023-05-10 14:44:08 +02:00
parent 7ad3161e88
commit 89f72c7a45
4 changed files with 16 additions and 8 deletions

View File

@@ -180,7 +180,7 @@ ${f_BUY}"
# ANALYZE
if [ -n "$f_BUY" ] && [ -z "${BOT}" ]
then
echo "BUY: $(echo ${f_last_line} | cut -d, -f1) === $f_BUY"
echo "BUY: ${f_echo_prefix} All BUY conditions met!!! $f_BUY"
echo "$f_BUY" >${g_tmp}/open-${tmpfile}
BUY_PRICE=$current
fi