better analyze.sh output

This commit is contained in:
2023-05-22 11:50:27 +02:00
parent c1de6d9485
commit 96f7e0c20e
2 changed files with 4 additions and 4 deletions

View File

@@ -95,8 +95,8 @@ ${f_BUY}"
if [ -n "$f_BUY" ] && [ -z "${BOT}" ]
then
echo "BUY: ${f_echo_prefix}${f_BUY}"
echo "${csv_headline}
${f_last_line}" | cut -d, -f 2-21 | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
echo "${csv_headline},Marketperformance
${f_last_line},${f_market_performance}" | cut -d, -f 2-22 | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
echo "$f_BUY" >${g_tmp}/open-${tmpfile}
BUY_PRICE=$current
f_BUY=""