From 9b8bc1f05fe0f86cbc9fbac259b3d064ecf0d86e Mon Sep 17 00:00:00 2001 From: olli Date: Thu, 1 Jun 2023 15:01:16 +0200 Subject: [PATCH] optical fixes --- dabo/functions/check_sell_conditions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dabo/functions/check_sell_conditions.sh b/dabo/functions/check_sell_conditions.sh index 0dcae66..6272e50 100644 --- a/dabo/functions/check_sell_conditions.sh +++ b/dabo/functions/check_sell_conditions.sh @@ -53,10 +53,10 @@ function check_sell_conditions { if [ -n "$f_SELL" ] then # Check for filled buy conditions - if filled don't sell - echo " ${f_echo_prefix}Checking for filles Buy Conditions" + echo " ${f_echo_prefix}Checking for filled buy conditions" if ! check_buy_conditions ${f_ASSET_HIST_FILE} SELL then - g_echo_note " ${f_echo_prefix}Buy-Conditions met - Dont Sell" + echo " ${f_echo_prefix}Buy-Conditions met - dont sell" return 0 fi fi