From ea6962a10f2a21cbd9ff5dd01505a30cf77ba676 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 27 Oct 2023 11:10:04 +0200 Subject: [PATCH] new functions --- dabo/analyze.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dabo/analyze.sh b/dabo/analyze.sh index 76d8cb9..f77b824 100755 --- a/dabo/analyze.sh +++ b/dabo/analyze.sh @@ -19,6 +19,9 @@ function analyze { . dabo/functions/check_buy_conditions.sh . dabo/functions/check_sell_conditions.sh . dabo/functions/get_vars_from_csv.sh + . dabo/functions/g_num_is_approx.sh + . dabo/functions/g_num_is_between.sh + . dabo/functions/g_num_is_higher.sh . dabo/dabo-bot.conf . dabo-bot.conf . analyze.conf