This commit is contained in:
2023-11-26 18:07:04 +01:00
parent f0abb1f63c
commit 6f312c5f30
2 changed files with 11 additions and 12 deletions

View File

@@ -106,7 +106,6 @@ function check_sell_conditions {
# echo "${csv_headline},Marketperformace
#${f_last_line}" | cut -d, -f 2-22 | perl -pe 's/([0-9].[0-9][0-9][0-9][0-9][0-9][0-9])[0-9]+/$1/g' | perl -pe 's/((?<=,)|(?<=^)),/ ,/g;' | column -t -s,
# echo "${f_SELL}"
echo "g_percentage-diff ${BUY_PRICE} ${f_price}"
g_percentage-diff ${BUY_PRICE} ${f_price}
#result=${g_percentage_diff_result}
g_calc "${g_percentage_diff_result}-${FEE}"