From 0f62e2ffbd6c3402f07b75e8b1d2b5c1841f8f98 Mon Sep 17 00:00:00 2001 From: olli Date: Fri, 30 Aug 2024 17:33:12 +0200 Subject: [PATCH] fix --- dabo/dabo-bot.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dabo/dabo-bot.sh b/dabo/dabo-bot.sh index daadc3a..87c2171 100755 --- a/dabo/dabo-bot.sh +++ b/dabo/dabo-bot.sh @@ -114,6 +114,9 @@ do # Get current positions [ ${FULL_LOOP} = 1 ] && get_positions || continue + # Get current orders + [ ${FULL_LOOP} = 1 ] && get_orders || continue + ## Run strategies [ ${FULL_LOOP} = 1 ] && run_strategies