small fixes
This commit is contained in:
@@ -94,9 +94,9 @@ ${f_BUY}"
|
||||
# ANALYZE
|
||||
if [ -n "$f_BUY" ] && [ -z "${BOT}" ]
|
||||
then
|
||||
echo "BUY: ${f_echo_prefix} All BUY conditions met!!!"
|
||||
echo "BUY: ${f_echo_prefix}${f_BUY}"
|
||||
echo "${csv_headline}
|
||||
${f_BUY}" | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
|
||||
${f_last_line}" | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
|
||||
echo "$f_BUY" >${g_tmp}/open-${tmpfile}
|
||||
BUY_PRICE=$current
|
||||
f_BUY=""
|
||||
|
||||
Reference in New Issue
Block a user