more pure bash to speed up things

This commit is contained in:
olli 2023-11-12 17:56:44 +01:00
parent 1b0b03c4ce
commit 4d2ac36310

View File

@ -17,7 +17,8 @@ function check_buy_conditions {
fi fi
# get asset vars # get asset vars
[ -n "${BOT}" ] && get_vars_from_csv "${f_ASSET_HIST_FILE}" || return 1 #[ -n "${BOT}" ] &&
get_vars_from_csv "${f_ASSET_HIST_FILE}" || return 1
### from here: check for defined state to buy ### from here: check for defined state to buy
f_BUY="" f_BUY=""