more pure bash to speed up things

This commit is contained in:
olli 2023-11-22 17:55:59 +01:00
parent fb44765427
commit af5e92422a
2 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function analyze {
# then
# check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
# else
echo "SELL Checks"
#echo "SELL Checks"
check_sell_conditions ${g_tmp}/${tmpfile}
# fi
# fi

View File

@ -138,6 +138,7 @@ function check_sell_conditions_strategy {
# [ -n "${BOT}" ] && local f_strategy_name=$(echo ${f_strategy} | cut -d. -f6)
# #if grep -q "buy.${f_strategy_name}.conf" ${f_TRADE_HIST_FILE}
# #then
echo "SELL running ${f_strategy}"
. "${f_strategy}" || return 0
# #fi
# else