trade iterations

This commit is contained in:
olli 2023-12-01 14:27:54 +01:00
parent 077ce2da77
commit 98c8dabf1a

View File

@ -128,6 +128,9 @@ function check_sell_conditions_strategy {
f_do_sell="" 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" [ -n "${BOT}" ] && g_echo_note "${f_echo_prefix}Running SELL checks"
# run strategy # run strategy