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