more pure bash to speed up things
This commit is contained in:
parent
fb44765427
commit
af5e92422a
@ -99,7 +99,7 @@ function analyze {
|
|||||||
# then
|
# then
|
||||||
# check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
# check_sell_conditions ${g_tmp}/${tmpfile} >>${g_tmp}/output-${tmpfile}
|
||||||
# else
|
# else
|
||||||
echo "SELL Checks"
|
#echo "SELL Checks"
|
||||||
check_sell_conditions ${g_tmp}/${tmpfile}
|
check_sell_conditions ${g_tmp}/${tmpfile}
|
||||||
# fi
|
# fi
|
||||||
# fi
|
# fi
|
||||||
|
@ -138,6 +138,7 @@ function check_sell_conditions_strategy {
|
|||||||
# [ -n "${BOT}" ] && local f_strategy_name=$(echo ${f_strategy} | cut -d. -f6)
|
# [ -n "${BOT}" ] && local f_strategy_name=$(echo ${f_strategy} | cut -d. -f6)
|
||||||
# #if grep -q "buy.${f_strategy_name}.conf" ${f_TRADE_HIST_FILE}
|
# #if grep -q "buy.${f_strategy_name}.conf" ${f_TRADE_HIST_FILE}
|
||||||
# #then
|
# #then
|
||||||
|
echo "SELL running ${f_strategy}"
|
||||||
. "${f_strategy}" || return 0
|
. "${f_strategy}" || return 0
|
||||||
# #fi
|
# #fi
|
||||||
# else
|
# else
|
||||||
|
Loading…
Reference in New Issue
Block a user