diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index e5ff25e..cbdb30a 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -128,6 +128,9 @@ function check_sell_conditions_strategy { f_do_sell="" + # get iteration of current trade + f_trade_iterations=$(cat ${f_TRADE_HIST_FILE_INTERIM} | wc -l) + [ -n "${BOT}" ] && g_echo_note "${f_echo_prefix}Running SELL checks" # run strategy