more pure bash to speed up things
This commit is contained in:
parent
fb44765427
commit
af5e92422a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user