From 4d2ac3631059effcadf6cecf02ffca6dbbe6e049 Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 12 Nov 2023 17:56:44 +0100 Subject: [PATCH] more pure bash to speed up things --- dabo/functions/check_buy_conditions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dabo/functions/check_buy_conditions.sh b/dabo/functions/check_buy_conditions.sh index b40d73c..83db835 100644 --- a/dabo/functions/check_buy_conditions.sh +++ b/dabo/functions/check_buy_conditions.sh @@ -17,7 +17,8 @@ function check_buy_conditions { fi # get asset vars - [ -n "${BOT}" ] && get_vars_from_csv "${f_ASSET_HIST_FILE}" || return 1 + #[ -n "${BOT}" ] && + get_vars_from_csv "${f_ASSET_HIST_FILE}" || return 1 ### from here: check for defined state to buy f_BUY=""