more pure bash to speed up things
This commit is contained in:
parent
51f174d529
commit
b0cd49db41
@ -7,7 +7,10 @@ function check_sell_conditions {
|
||||
f_SELL=""
|
||||
|
||||
# get data
|
||||
get_vars_from_csv ${f_ASSET_HIST_FILE} || return 1
|
||||
if [ -n "${BOT}" ]
|
||||
then
|
||||
get_vars_from_csv ${f_ASSET_HIST_FILE} || return 1
|
||||
fi
|
||||
|
||||
f_echo_prefix="SELL ${f_ASSET}@${CURRENCY}:${f_price} - "
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user