trade iterations
This commit is contained in:
parent
077ce2da77
commit
98c8dabf1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user