more pure bash to speed up things

This commit is contained in:
olli 2023-11-12 18:03:25 +01:00
parent 51f174d529
commit b0cd49db41

View File

@ -7,7 +7,10 @@ function check_sell_conditions {
f_SELL="" f_SELL=""
# get data # get data
get_vars_from_csv ${f_ASSET_HIST_FILE} || return 1 if [ -n "${BOT}" ]
then
get_vars_from_csv ${f_ASSET_HIST_FILE} || return 1
fi
f_echo_prefix="SELL ${f_ASSET}@${CURRENCY}:${f_price} - " f_echo_prefix="SELL ${f_ASSET}@${CURRENCY}:${f_price} - "