From 9ca89ce26cf0096b53b1c2849a92b5b2a669d9dc Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 29 Oct 2023 11:30:39 +0100 Subject: [PATCH] score and strategies --- dabo/functions/check_sell_conditions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index 90d3a51..3ffa454 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -42,7 +42,7 @@ function check_sell_conditions { echo ${f_BUY_PRICE_LAST_RATE_DIFF} >>${f_TRADE_HIST_FILE_INTERIM} # run strategies - local f_strategy_path=../../strategies + f_strategy_path=../../strategies [ -z "${BOT}" ] && f_strategy_path=strategies for f_strategy in $(find ${f_strategy_path} -name "sell.*.conf" -type f) do