optical fixes

This commit is contained in:
olli 2023-06-01 15:01:16 +02:00
parent 58c896a9fa
commit 9b8bc1f05f

View File

@ -53,10 +53,10 @@ function check_sell_conditions {
if [ -n "$f_SELL" ] if [ -n "$f_SELL" ]
then then
# Check for filled buy conditions - if filled don't sell # 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 if ! check_buy_conditions ${f_ASSET_HIST_FILE} SELL
then then
g_echo_note " ${f_echo_prefix}Buy-Conditions met - Dont Sell" echo " ${f_echo_prefix}Buy-Conditions met - dont sell"
return 0 return 0
fi fi
fi fi