more pure bash to speed up things
This commit is contained in:
parent
4d2ac36310
commit
d2dbdea830
@ -17,8 +17,10 @@ function check_buy_conditions {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# get asset vars
|
# get asset vars
|
||||||
#[ -n "${BOT}" ] &&
|
if [ -n "${BOT}" ]
|
||||||
get_vars_from_csv "${f_ASSET_HIST_FILE}" || return 1
|
then
|
||||||
|
get_vars_from_csv "${f_ASSET_HIST_FILE}" || return 1
|
||||||
|
fi
|
||||||
|
|
||||||
### from here: check for defined state to buy
|
### from here: check for defined state to buy
|
||||||
f_BUY=""
|
f_BUY=""
|
||||||
|
Loading…
Reference in New Issue
Block a user